Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

How to extract a form data in cgi perl

by ghosh123 (Monk)
on May 02, 2012 at 16:16 UTC ( [id://968479]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <form name="frmStatusFilter" method="GET" action="http://webserver.com
    +:8010/cgi-bin/mycgi.pl">
    
    ...
    
    </form>
    
  2. or download this
    my $q = new CGI;
    my $status = $q->param('StatusFilterSelect');
    
    $q->html("status is $status"); ## not showing any value
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-24 06:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found