in reply to problems with CGI module's command line debugging
I think all you're missing is quotes. You can't pass &s and ;s on the shell and expect it to act like simple strings.
~/perl_programs$ ./my_prog.pl 'name1=value1&name2=value2'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: problems with CGI module's command line debugging
by 7stud (Deacon) on Apr 05, 2014 at 02:26 UTC | |
by Your Mother (Archbishop) on Apr 05, 2014 at 03:14 UTC |