in reply to Re: read file into scalar
in thread read file into scalar

follow an advice from 'Perl Best Practices' and use Perl6::Slurp.

Enjoy,
Mickey

Replies are listed 'Best First'.
Re^3: read file into scalar
by arkturuz (Curate) on Oct 30, 2006 at 11:02 UTC
    I follow my advice not to mess with unfinished programming languages and to-be-announced features :-)
    Anyway, thanks for the advice, I'll explore it.