On Thu, Oct 26, 2000 at 10:39:57AM +0200, Dirk Treusch wrote:
> Dear list members,
> 
> I would like to log in to a web site from Perl and return the URL and 
> content which the server returns after the login.
> 
> With the code below I have been successful in filling simple forms on 
> some websites. However I have not been able to log in to
> http://www.finanztreff.de 

Your Perl code looks fine, but when I look att he source of this page, I see:

  <Form NAME="LOGIN" action="/ftr/steuer/user_steuer.htm" method=post onSubmit="return 
LoginwithCookie();">

I haven't studied the details, but you probably need to add
cookie handling on the LWP end.  This is supported.

-- 
Reinier Post

Reply via email to