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

Re: How can I free the memory of a XML::Simple-Object

by Anonymous Monk
on Oct 27, 2012 at 03:16 UTC ( [id://1001152]=note: print w/replies, xml ) Need Help??


in reply to How can I free the memory of a XML::Simple-Object

Try
CProcess->PrintProcessInfo("perl.exe"); eval 'use XML::Simple'; CProcess->PrintProcessInfo("perl.exe"); eval 'no XML::Simple'; CProcess->PrintProcessInfo("perl.exe"); my $xs = new XML::Simple(); CProcess->PrintProcessInfo("perl.exe"); my $root= $xs->XMLin('D:\xTools\test\xmltest.xml'); CProcess->PrintProcessInfo("perl.exe"); undef $xs; CProcess->PrintProcessInfo("perl.exe"); undef $root; CProcess->PrintProcessInfo("perl.exe"); print "\n##########\n"; my $xs = new XML::Simple(); CProcess->PrintProcessInfo("perl.exe"); my $root= $xs->XMLin('D:\xTools\test\xmltest.xml'); CProcess->PrintProcessInfo("perl.exe"); undef $xs; CProcess->PrintProcessInfo("perl.exe"); undef $root; CProcess->PrintProcessInfo("perl.exe");

Log In?
Username:
Password:

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

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

    No recent polls found