>I have saved my file from Macperl as cgi-script and have the funny icon. I >Then uploaded the raw file to my server and accessed the file using the >address. >http://www.mangom.com.au/cgi-bin/first.cgi > >Error! Unable to execute the requested CGI >application. > If you're using a web browser to hit the cgi you might add use CGI::Carp ('fatalsToBrowser') which will at least give you more descriptive error messaging. You might also try running the script from the command line if you have shell access, with -c flag (for check syntax). I'm very much a beginner myself, and seeing the error messages makes a world of difference when you're trying to learn. Eric # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org