I have a script with the following code
print start_form(-method=>"post", -action=>"$URL&TOQUEUE=$toq&JOBID=$jid", -enctype=>"application/x-www-form-urlencoded" +);
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?
<form method="post" action="/cgi-bin/queue.cgi?queue=R_NETADMIN&amp;su +bsys=cups&amp;remote=Local&amp;server=rlinux1&amp;qstat=enabled&amp;p +stat=disabled" enctype="application/x-www-form-urlencoded">
Im not getting any errors via command line either.

Thanks in advance for any direction you can point me in
ted


UPDATE
how can I pass variable data from a textfield back? Without using action= ?

20050328 Edit by castaway: Changed title from 'submitting params vi cgi'


In reply to submitting params via cgi by tcf03

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.