in reply to Slurping information and storing it in an array.
use Perl6::Slurp; my $file_contents = slurp 'filename'; my @lines = slurp 'filename'; [download]