in reply to Automating an HTML form submission with only required user info

It is a losing battle you seek to fight, but anyways, let Mail::Webmail::Yahoo be your example ;)

update: I'd like to point out that Simon Drabble, the author of Mail::Webmail::Yahoo is also the author of HTML::FormParser, which he uses in Mail::Webmail::Yahoo (along with his other modules) to parse forms, fill them appropriately, and send them back to yahoo .


MJD says you can't just make shit up and expect the computer to know what you mean, retardo!
** The Third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: Automating an HTML form submission with only required user info

Replies are listed 'Best First'.
Re: Re: Automating an HTML form submission with only required user info
by gnangia (Scribe) on Dec 19, 2002 at 15:19 UTC
    I was looking at HTML::FormParser and noticed that at the end the module is calling $self->SUPER::parse($data). Can anyone please explain what does this mean? The only thing I can gather is that it is somehow calling HTML::Parser.