in reply to getting HTML source
Your problem with your two system calls is probably because 'lynx' isn't in the script's path. Specify an absolute filename to the program or update your PATH accordingly.
If you "can't" install a module, you might just consider using IO::Socket and request the page by hand using Perl's native network support. That would be the "most" portable solution, but obviously you're never going to code yourself a solution that's as robust as using LWP in the first place will be.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: getting HTML source
by ColonelPanic (Friar) on Jan 06, 2001 at 02:22 UTC |