blob: 540c5d34698e548e4138ee65d5b4fab4f39925a0 (
plain) (
tree)
|
|
The use utf8 pragma tells the Perl parser to allow UTF-8 in the
program text in the current lexical scope. This also means that
you can now use literal Unicode characters as part of strings,
variable names, and regular expressions.
utf8::all goes further.
|