Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: problems with fork from thread

by Gangabass (Vicar)
on Mar 04, 2012 at 02:49 UTC ( [id://957724]=note: print w/replies, xml ) Need Help??


in reply to Re^4: problems with fork from thread
in thread problems with fork from thread

Also I have moved use HTML::TreeBuilder::XPath; to the thread (with require) and this help me...

Replies are listed 'Best First'.
Re^6: problems with fork from thread
by cristi1979 (Novice) on Mar 06, 2012 at 08:22 UTC
    I still see memory leaks. And I left only:
    my $tree = HTML::TreeBuilder->new(api_version => 3);
    $tree = $tree->parse_content(decode_utf8($html));
    $tree = $tree->delete();

    If I return before parse_content, everything is fine.

Log In?
Username:
Password:

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

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

      No recent polls found