in reply to Re: Re: LWP::Simple emversus/em ASP ?
in thread LWP::Simple vs. ASP ?

Is this running from a CGI script? I do get a page, and it's a frameset. That would look blank viewed in a web browser, because the the frames are specified using relative links.

If you mean that the $html string is literally empty, try adding the line

use LWP::Debug;
before the get() call. You'll get a detailed trace of what LWP is doing, which should help you to diagnose the problem.

Replies are listed 'Best First'.
Re: Re: Re: Re: LWP::Simple emversus/em ASP ?
by George_Sherston (Vicar) on Dec 22, 2001 at 15:35 UTC
    A frameset is *exactly* what it was... now I know how to make it work. Thanks a zillion :)

    § George Sherston