in reply to Re (tilly) 1: Untainted done right!
in thread Untainted done right!

I'm using CGI for the main data handling, I was unable to find a way with CGI to extract the commandline like I needed. I have printed out the CGI information and it seems to be more for creating forms rather then processings them, at leat the way I need them to be processed.
  • Comment on Re: Re (tilly) 1: Untainted done right!

Replies are listed 'Best First'.
Re: Re: Re (tilly) 1: Untainted done right!
by arturo (Vicar) on Feb 13, 2001 at 20:16 UTC
    IF 
    	you're getting info off the command line
    THEN
    	you probably want one of the Getopt modules
    
    (Getopt::Std or Getopt::Long).

    And CGI is DEFINITELY built for processing input from HTML forms -- in fact, it's very powerful that way (hint: check out the documentation for param in the CGI manpage!).

    Philosophy can be made out of anything. Or less -- Jerry A. Fodor