|
|
| XP is just a number | |
| PerlMonks |
Re: use strict;by mikfire (Deacon) |
| on Feb 01, 2001 at 22:50 UTC ( #55787=note: print w/ replies, xml ) | Need Help?? |
|
I would be willing to bet if you did a perl -v you would discover that you are not using perl 5. This warning is what is generated when you attempt perl5isms on perl4. Make sure the #! line is pointing at the correct perl. I hope you have perl5 installed somewhere else. If not, you need to scream very loudly and get it installed.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||