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

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.
  • Comment on Re: Re: Automating an HTML form submission with only required user info