in reply to Re: Re: Script to unzip a zip file on the server......
in thread Script to unzip a zip file on the server......
Error 500 means "internal server error": usually an error in your script. Look in your server error logs to find out the specific error log, or try this in your script: use CGI::Carp qw(fatalsToBrowser);
andramoiennepemousapolutropon
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Script to unzip a zip file on the server......
by Anonymous Monk on Mar 27, 2003 at 18:23 UTC | |
by Anonymous Monk on Mar 27, 2003 at 20:49 UTC | |
by dash2 (Hermit) on Mar 28, 2003 at 10:37 UTC |