Hi All, Over on
https://docs.perl6.org/routine/slurp
# read entire file as Latin1 Str
my $text_contents = slurp "path/to/file", enc => "latin1";
Where is the list of my options for "enc"?
Many thanks,
-T
Hi All, Over on
https://docs.perl6.org/routine/slurp
# read entire file as Latin1 Str
my $text_contents = slurp "path/to/file", enc => "latin1";
Where is the list of my options for "enc"?
Many thanks,
-T