Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Memory Management Problem

by thospel (Hermit)
on Nov 21, 2003 at 19:35 UTC ( [id://309016]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # warning: untested code
    
    ...
        print "Lost file $yesterday";
        print "Lost file $_" while <YESTERDAY>;
    }
    
  2. or download this
    # Again untested, so take care !
    # A string that will sort beyond any returned file (they all start wit
    +h /)
    ...
        local $_;
        print "Lost file $_" while <YESTERDAY>;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (9)
As of 2024-04-19 06:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found