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

Re: mod_perl / Apache::Registry accidental closures

by imp (Priest)
on Jul 21, 2006 at 00:51 UTC ( [id://562748]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my $val = shift;
        printf "[%s] goodness: %s\n", $$, $foo;
        $foo += $val;
    
  2. or download this
    package Apache::ROOTfoo_2ecom::test_2epl;
    use Apache qw(exit);
    ...
        printf "[%s] goodness: %s\n", $$, $foo;
        $foo += $val;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://562748]
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: (3)
As of 2024-04-19 17:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found