in reply to my scrip works locally when testing but not online
A couple of thoughts
1) make sure it's the same version of Perl
2) make sure you have the same libraries online
3) add 'use diagnostics;' to the top of your file -- it should give you more detailed error info
4) try using Carp ('use Carp;') for more useful error messages
Also, it would be helpful if you could post the script
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: my scrip works locally when testing but not online
by willson1 (Initiate) on Mar 14, 2012 at 17:34 UTC |