![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: perl code not working after moved new host with latest perl versionby frozenwithjoy (Priest) |
on Mar 28, 2015 at 08:00 UTC ( #1121624=note: print w/replies, xml ) | Need Help?? |
Four things: 1. Are you sure the ENV variables are set properly on the new machine? What do you get when you run the following in terminal for both machines?
2, On which line is the uninitialized value reported? 3. Put the following at the top of your script below the shebang:
4. Now what warnings/errors do you see? (Be sure to declare your variables w/ my)
In Section
Seekers of Perl Wisdom
|
|