![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: Use of uninitialized value in numeric lt (<)by maa (Pilgrim) |
on Apr 04, 2005 at 13:39 UTC ( #444673=note: print w/replies, xml ) | Need Help?? |
Hi, calypso where is $numArgs declared/initialised? What are you expecting to be in it? ... if it isn't declared or assigned it will be undef. if you use strict; it should point that out...
In Section
Seekers of Perl Wisdom
|
|