|
|
| Do you know where your variables are? | |
| PerlMonks |
Re^7: Search and Removeby PyrexKidd (Monk) |
| on Aug 23, 2010 at 22:14 UTC ( #856818=note: print w/ replies, xml ) | Need Help?? |
|
HAHAHAHAHAH!!!!!
You ever have an issue and it's as simple as a missing `=` ?
This line: if (@ARGV = 2){ Should be: if (@ARGV == 2){ Talk about a n00b mistake. Grrr...
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||