Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Apache2. Passing data between handlers

by artemave (Beadle)
on Apr 24, 2007 at 21:17 UTC ( [id://611854]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub handler : method    {
        my ($self, $r) = @_;
    ...
    }
    ...
    1;
    
  2. or download this
    sub handler    {
        my $r = shift;
    ...
        return Apache2::Const::OK;
    }
    1;
    
  3. or download this
    ...
    ErrorDocument 500 /error
    ...
      SetHandler perl-script
      PerlResponseHandler dir_browse::error
    </Location>
    

Log In?
Username:
Password:

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

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

    No recent polls found