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

Re^3: WWW::Mechanize::TreeBuilder and WWW::Mechanize. Following links but can't return without error

by Anonymous Monk
on Jan 05, 2013 at 00:55 UTC ( [id://1011749]=note: print w/replies, xml ) Need Help??


in reply to Re^2: WWW::Mechanize::TreeBuilder and WWW::Mechanize. Following links but can't return without error
in thread WWW::Mechanize::TreeBuilder and WWW::Mechanize. Following links but can't return without error

Whoa, well that is the trouble with trees and trying to save memory :) you can work around it like this

@list = map { $_->clone } @list;
or
my @list = map { $_->clone } $mech->look_down(_tag => "a", class => "l +inks" );
  • Comment on Re^3: WWW::Mechanize::TreeBuilder and WWW::Mechanize. Following links but can't return without error
  • Select or Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-23 10:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found