Re: Filling out HTML form w/ hidden and pre-selected fields

2007-08-11 Thread yitzle
On 8/10/07, Kelly Jones <[EMAIL PROTECTED]> wrote: > I've scraped an HTML page and gotten back a string that looks like this: > > [... bunch of stuff I don't care about ...] > > > > > bar > some text here > boing > > [... bunch of stuff I don't care about ...] > > Is there a Perl module that w

Filling out HTML form w/ hidden and pre-selected fields

2007-08-10 Thread Kelly Jones
I've scraped an HTML page and gotten back a string that looks like this: [... bunch of stuff I don't care about ...] bar some text here boing [... bunch of stuff I don't care about ...] Is there a Perl module that will take this string and return a hash representing the current (default) for