in reply to Re^11: How to assign an array to a value in hash?
in thread Re: How to assign an array to a value in hash?
I'll take a look at this tomorrow, when I get around to it. Until then, a few suggestions:
Please format and indent your script properly. You'll make it a lot easier for both yourself (your future self!) and whoever comes after you to understand your code. Excerpts like this:
else { } } } print "\ncount ---> $count\n"; } } }}
really give me the heebies. Structure your code, indent it, format it. (Perl::Tidy can help you with this, BTW.)
I did all this in Re^6: How to assign an array to a value in hash?, so I'm curious -- why did you do away with it?
For that matter, is there a reason you got rid of List::Compare to do comparison work, and that you opted not to use Text::CSV to write the CSV file?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^13: How to assign an array to a value in hash?
by vukotid (Initiate) on Mar 18, 2015 at 06:03 UTC | |
by Athanasius (Archbishop) on Mar 18, 2015 at 06:46 UTC | |
by AppleFritter (Vicar) on Mar 18, 2015 at 22:11 UTC |