We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f82744 commit bcf340eCopy full SHA for bcf340e
docs/tablet-2-basic-syntax.txt
@@ -22,8 +22,8 @@ makes it possible to mix Perl 5 and 6 in one source file.
22
23
To even that little obstacle, you can leave out the usual `use
24
strict;` and `use warnings;` in front of every script, because thats
25
-now default. Also `use utf;` is obsolete since any Perl 6 source code
26
-is always treated as unicode and any UTF character can be used
+now default. Also `use utf8;` is obsolete since any Perl 6 source code
+is always treated as Unicode and any UTF-8 character can be used
27
anywhere in the code. Even the features of the pragmas `constant` and
28
`vars` are now part of the core language.
29
0 commit comments