in reply to Rakudo * DATA filehandle syntax
my $data_fh = open 'data.txt'; for $data_fh.lines { .say } [download]