Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Memory usage of a "sub" in mod_perl

by shmem (Chancellor)
on May 23, 2008 at 19:53 UTC ( [id://688205]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -le '$foo = "bar"; $h->{foo} = \$foo; undef $h->{foo}; print "foo
    + :$foo:"'
    foo :bar:
    
  2. or download this
    perl -le '$foo = "bar"; $h->{foo} = \$foo; undef ${$h->{foo}}; print "
    +foo :$foo:"'
    foo ::
    

Log In?
Username:
Password:

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

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

    No recent polls found