in reply to Splitting file data in to anonymous hashes
(Note the better style. Using $line instead of $_ just makes your code noisier and more error prone.)while (<FH>) { chomp; $ytd{ $_->[0] }{'oct01'} = $_->[1] for [ split ',' ]; }
jdporter
...porque es dificil estar guapo y blanco.
|
|---|