in reply to perl/cgi question: script works from unix command line, but not web page

You might find that using Perl's built-in CGI module is a lot easier than parsing cgi parameters yourself. Check out a few reasons for using here.

Replies are listed 'Best First'.
Re: Re: Stupid newbie question - perl/cgi
by geoffhanna (Initiate) on Apr 03, 2002 at 03:51 UTC
    As suspected my the author of the article, this was lifted from a web tutorial. Not stolen, it was, after all, a tutorial... yet still.

    It looks pretty convenient, at least from what I can see in mla's example. I am both impressed and intimidated that some portion of it is apparently user-editable.