The documentation that comes with the CGI.pm module is good. It has a basic example of a working script, as well as examples and clear explanations for all of the functions it provides.
Hi all, <BR><BR>I'm looking for a fast way to get a perl script working over the web. All I have to do is upload the file, run the script on the file, and give back the output. I've never really done ...