Help for this page
foreach $line (readline FNAME){ @data = split /\t/, $line; ... $id_veritasHash{$count} = \@data; $count ++; }
while ( ($key, @value) = each %id_veritasHash){ foreach $temp (@value){ print "$key, $temp\n"; } }
13, ARRAY(0x121654) 7, ARRAY(0x121654) 5, ARRAY(0x121654)
www.com | www.net | www.org
There is too much technical debt in my codebase The stability of the system Perl suits me better I have to support users of some ancient version I'm stuck with ActiveState/TinyPerl/microperl/Strawberry ... Letting the early adopters trip over the bugs is fine Some other reason
Results (40 votes). Check out past polls.