Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Memory Management Problem

by Roger (Parson)
on Nov 21, 2003 at 00:07 UTC ( [id://308764]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    $sth->finish;
    
    # do stuff with @new_files ....
    
  2. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
         or die "Can not append to bench.txt";
    print BENCH "$_\n" foreach (@new_files);
    close BENCH;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-03-29 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found