in reply to Re: Re: Re (tilly) 1: Apocalypse 3
in thread Apocalypse 3

Did you mean:
my ($name, $vers, $status, $costs, *@and_the_rest) = <fh>;


No. I did mean just what I wrote.

Regular = assignments have the same "slurp-it-all-up" semantics as in Perl 5.

The flattening asterisk is only required in subroutine parameter lists or := bindings.