Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Memory Leak Package

by BrowserUk (Patriarch)
on Oct 28, 2012 at 04:21 UTC ( [id://1001245]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    binmode STDOUT;
    print freeze XMLin( $ARGV[ 0 ] );
    
  2. or download this
    for( 1 .. 1000 ) {
        my $xml = thaw `xmlSto.pl junk.xml`;
        print mem $_; <STDIN>;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 21:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found