Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Perl Garbage Collection, again

by pkirsch (Novice)
on Dec 23, 2008 at 09:26 UTC ( [id://732263]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
        my $foo = 'X' x 100000000;
    ...
    undef $foo;
    my $foo = "";
    getc;
    
  2. or download this
    user   12310  2.1  4.8 211000 197024 pts/2
                       
    At the second prompt:
    user   12310  1.2  4.8 211000 197028 pts/2
    
  3. or download this
    $foo = 'X' x 100000000;
    getc;
    ...
    getc;
    $foo2 = 'X' x 100000000;
    getc;
    
  4. or download this
    user   15185 18.0  4.8 211000 197020 pts/5
    user   15185  5.0  2.4 113340 99364 pts/5
    user   15185  4.3  7.2 308660 294684 pts/5
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://732263]
Approved by jonnyfolk
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-25 17:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found