in reply to Passing Arguments With Perl/Cgi

Thanx, but what I want is the actual code to do it myself, not a module that does it for me, so any more help is welcome!

Replies are listed 'Best First'.
RE: Re: Passing Arguments With Perl/Cgi
by btrott (Parson) on Mar 19, 2000 at 01:06 UTC
    Then look at the CGI.pm source. That's probably the best example you'll get of parsing CGI parameters, etc.

    What's your aversion to using a module? If it's because you want to learn how to do it yourself, that's great-- but if you're just reinventing the wheel for the sake of doing so, you should rethink.