in reply to Re: Problem with automated form submission
in thread Problem with automated form submission

Sorry, the site is http://mi.compustat.com/auth/MI_login Yes it does use cookies. But I really cannot figure out how to get/set cookies. Any suggestions please? Thanks again.
  • Comment on Re: Re: Problem with automated form submission

Replies are listed 'Best First'.
Re: Re: Re: Problem with automated form submission
by tomhukins (Curate) on Oct 19, 2001 at 20:09 UTC

    Take a look at the documentation for HTML::Form, specifically the make_request method, which you can use instead of click.

    make_request returns an HTTP::Request object, which you can retrieve the cookies from using HTTP::Cookies module. There's a good summary of how to do this in the lwpcook document that comes with libwww-perl.