On 7/20/05, Konovalov, Vadim <[EMAIL PROTECTED]> wrote:
> a problem is - my file contains characters /[\x80-\xFF]/, and all that
> characters get replaced with the space.
> Is it possible with "slurp"?
What you want should be something like
"filename".slurp(:raw)
if Perl 6 is going to
I was trying using pugs at work and stepped into a problem.
I am reading a file with
my @titles = @*ARGS[1].slurp;
and then just
@titles.say
I am very fond of such a quick way of reading a file instead of every time
dance of "$fh = open...; <$fh>"
a problem is - my file contains characters /[