in reply to Re^2: I'm getting a 500 Internal Server Error - how can I make this work?
in thread I'm getting a 500 Internal Server Error - how can I make this work?
perl yourscript.pl params for perl
Commonly, you have to use the absolute path for the executable in the command line. Or, you might temporarily add the path to perl to your PATH environment variable. Yes you can do that from the command line...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: I'm getting a 500 Internal Server Error - how can I make this work?
by linex (Initiate) on Apr 05, 2006 at 15:48 UTC | |
by bart (Canon) on Apr 05, 2006 at 15:54 UTC | |
|