in reply to Testing out a CGI script using the command line

It's a quite simple task. Run you script then enter CGI parameters:

name=value
name=value
Ctrl+D

You can export parameters from file:

$ perl -d your_script.cgi < file_with_parameters

Lucky

  • Comment on Re: Testing out a CGI script using the command line