in reply to Re^2: Loop will not save into the array
in thread Loop will not save into the array
tomy @website_links = $webcrawler->links;
my @website_links = map { $_->[0] } $webcrawler->links;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Loop will not save into the array
by lampros21_7 (Scribe) on Aug 17, 2005 at 13:51 UTC |