Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

CGI::Application and $self->param() wierdness

by Anonymous Monk
on Jul 07, 2004 at 22:53 UTC ( [id://372592]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    use WebApp;
    ...
    $webapp->param( 'var1' => 'val1' );
    $webapp->param( 'var2' => 'val2' );
    $webapp->run;
    
  2. or download this
    package WebApp;
    use base 'CGI::Application';
    ...
    }
    
    1;
    
  3. or download this
    <p>var1: ''</p>
    <p>var2: 'val2'</p>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 12:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found