in reply to Re: get with LWP drops HTML
in thread get with LWP drops HTML

Thanks all, for all of the info.

I've tried using wget for some sample pages and the code-dropping does not seem to be present there. It would still be nice to use Perl to go through all of the forms I need, but I am trying now to just find a solution to get the data I need using a hack with the incomplete data from LWP to generate WGET commands.

It would still be nice to know for future reference what the hell is going on though!

Replies are listed 'Best First'.
Re^3: get with LWP drops HTML
by b10m (Vicar) on Oct 05, 2008 at 20:07 UTC
    It would still be nice to use Perl to go through all of the forms I need

    Please do yourself a favour then and look at good monk petdance's WWW::Mechanize. It will safe you countless hours of work ;)

    --
    b10m
      Thanks,

      I've tried Mechanize already (along with changing the user-agent and countless other helpful suggestions). Still has the same problem. Blarg!