Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

return values on select after submit

by bigup401 (Pilgrim)
on May 13, 2019 at 17:01 UTC ( [id://1233715]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $q = new CGI;
    
    ...
    print qq|<input name="surname"   type="text" value="$lastname"/><hr/>|
    +;
    print qq|<input type="submit" name="form_submit" value="go">|;
    
  2. or download this
    <form action="$ENV{SCRIPT_NAME}" method="post">
    <select name="cars" value="$perl_string">
    ...
      <option value="audi">Audi</option>
    </select>
    </form>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1233715]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-26 03:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found