![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: My 'perldar' tells me there is a 'better' solution for this list operationby DigitalKitty (Parson) |
on Nov 04, 2006 at 03:34 UTC ( #582212=note: print w/replies, xml ) | Need Help?? |
Hi OfficeLinebacker,
In order to reduce the 'noise factor' of your array definitions, you could also construct each as follows:
By declaring your variables, arrays, hashes, etc. at an earlier stage in the program, it reduces, in my experience, a portion of the frustration inherently present in the debugging process. Hope this helps, ~Katie
In Section
Seekers of Perl Wisdom
|
|