tcf03 has asked for the wisdom of the Perl Monks concerning the following question:
when I look at the source that my browser gets, I get the following, which are the original params passed to the script. Im not sure what im doing wrong here, Ive read the cgi documentation and its working fine elsewhere in the script - so Im thinking its the data being passed. Any ideas?print start_form(-method=>"post", -action=>"$URL&TOQUEUE=$toq&JOBID=$jid", -enctype=>"application/x-www-form-urlencoded" +);
Im not getting any errors via command line either.<form method="post" action="/cgi-bin/queue.cgi?queue=R_NETADMIN&su +bsys=cups&remote=Local&server=rlinux1&qstat=enabled&p +stat=disabled" enctype="application/x-www-form-urlencoded">
20050328 Edit by castaway: Changed title from 'submitting params vi cgi'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: submitting params via cgi
by JediWizard (Deacon) on Mar 22, 2005 at 19:59 UTC | |
by suaveant (Parson) on Mar 22, 2005 at 20:14 UTC | |
by BUU (Prior) on Mar 22, 2005 at 21:25 UTC | |
by jhourcle (Prior) on Mar 23, 2005 at 03:42 UTC |