push @{$files{$file}} , [ split ]
This line actually assignes the fields of the current line to "a variable". More detailed 'split' actually means 'split " ",$_' which is described in `perldoc -f split`. The resulting list is put into an anonymous array-reference, which itself is pushed into an array that is again an anonymous ref and the value of the filename-key in the hash %files.
--In reply to Re: Re: Re: Pick Up Files and put contents into variables
by fruiture
in thread Pick Up Files and put contents into variables
by ap3k
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |