in reply to Re: Re: Re: URL page only retrieves partially
in thread URL page only retrieves partially

Thanks a lot for your code suggestion. That is definitely the direction I want to go. By the way, I'm very intrigued by the your suggestions for using the modules you mentioned. As I understand, they are available on CPAN, correct? Are there any clear instructions on their installation and usage? Again, many thanks.
  • Comment on Re: Re: Re: Re: URL page only retrieves partially

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: URL page only retrieves partially
by Abstraction (Friar) on May 09, 2003 at 04:43 UTC
    As I understand, they are available on CPAN, correct?

    Yup, http://search.cpan.org


    Are there any clear instructions on their installation and usage?

    It depends on what OS you are using. On Unix/Linux, something along the lines of perl -MCPAN -e shell will get you started. If you are on Windows, there is an application named PPM in the bin directory of your perl install. After that it's generally as easy as doing a install Desired::Module.


    Good Luck.