Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

CGI not catching parameters?

by hallikpapa (Scribe)
on Aug 17, 2007 at 01:37 UTC ( [id://633198]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    cgi-bin/rpt.pl?dataname=ASRHOUR
    
  2. or download this
    use strict;
    use File::Glob ':glob';
    ...
    my $reportname = $query->param('dataname');
    print $query->header;
    print Dumper $query;
    
  3. or download this
    http://localhost/cgi-bin/rpt.pl?dataname=ASRHOUR
    
  4. or download this
    http://localhost/cgi-bin/rpt.pl?dataname=ASRHOUR
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-26 02:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found