Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Modperl2 + mpm_event + seemingly forgotten global vars

by shmem (Chancellor)
on Mar 28, 2017 at 20:15 UTC ( #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? | Other CB clients
Other Users?
Others studying the Monastery: (1)
As of 2023-03-30 00:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (73 votes). Check out past polls.

    Notices?