What is wrong with my Perl upload script?

Hey Foo!

New member
I am using cpanel on a free hosting account.I have written a html form that allows webusers the ability to upload images which is then sent to
a perl script that places them in a directory.
I keep getting 500 internal server errors. I have added the include path.
The server is Apache on Unix system.
All perl modules for my script are installed.
The .pl files are in a cgi-bin.
The directory being written to is chmod 755.
I tested form by sending to another .pl script that displays what was sent - this works fine - so the information is being sent.
 
Back
Top