Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Modperl2 + mpm_event + seemingly forgotten global vars

by shmem (Chancellor)
on Mar 28, 2017 at 20:15 UTC ( [id://1186282]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        if(!$obj) {
            $obj = {one => 1};
    ...
        $r->print('mod_perl rules!' . $obj->{1});
    
  2. or download this
        $r->print('mod_perl rules!' . $obj->{one});
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-20 16:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found