in reply to Loop will not save into the array

What do you use as your test URL? I can't reproduce your results with either http://www.dcs.shef.ac.uk/ or http://perlmonks.org/?parent=484363;node_id=3333.

The second URL generates a text dump for this node, but then goes away for as long as I am prepared to wait before killing it.


Perl is Huffman encoded by design.

Replies are listed 'Best First'.
Re^2: Loop will not save into the array
by lampros21_7 (Scribe) on Aug 17, 2005 at 12:13 UTC
    I use http://www.dcs.shef.ac.uk/ and it works fine for me. I also use http://www.perlmonks.org/ and that works as well. About the question with print the elements of the array it doesn't print tohse because the links are WWW::Mechanize::Link objects so it will not print them as you would expect them.I am pretty sure there is a node in this website that explains how to print them.