in reply to Re: csv to hash table
in thread csv to hash table
perl perl_program.pl readline() on unopened filehandle at perl_program.pl line xx (#1) (W unopened) An I/O operation was attempted on a filehandle that was never initialized. You need to do an open(), a sysopen(), or a socket() call, or call a constructor from the FileHandle package. GLOB(0x5fc7210)ARRAY(0x603a130)
line xx: is $hash{$keyfile1} = \@arrayfile1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: csv to hash table
by kcott (Archbishop) on Nov 19, 2013 at 05:46 UTC | |
by GrandFather (Saint) on Nov 19, 2013 at 20:18 UTC | |
by kcott (Archbishop) on Nov 20, 2013 at 06:18 UTC |