in reply to Visit web-pages using perl
LWP::Simple (and other LWP modules) can help you download web pages. There's also WWW::Mechanize if you have to worry about sessions.
I'm not sure what you're assigning to an array, though. That implies you wish to fetch multiple "somethings"? I don't know what that "something" would be.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Visit web-pages using perl
by jeanluca (Deacon) on Sep 22, 2005 at 18:02 UTC | |
by radiantmatrix (Parson) on Sep 22, 2005 at 19:41 UTC |