Wiggins d Anconia wrote:
I am attempting to write a Perl script that can login to my account at
capitalone.com,
grab my balance and available credit and email them to me. I did this
successfully with my
online banking, but Capitalone's login is a pain in the ass to wrap my
head around. It
redire
It does not appear that this module would solve my problem. It won't handle the JavaScript
generation of cookies.
Kevin Old wrote:
Have you look at WWW::Mechanize on CPAN. It seems to make navigating
sites (virtually) and using forms, etc. much easier.
It's worth a shot.
HTH,
Kevin
On Wed, 2004
> I am attempting to write a Perl script that can login to my account at
capitalone.com,
> grab my balance and available credit and email them to me. I did this
successfully with my
> online banking, but Capitalone's login is a pain in the ass to wrap my
head around. It
> redirects you through 3 or
Kevin Old wrote:
>
> Have you look at WWW::Mechanize on CPAN. It seems to make navigating
> sites (virtually) and using forms, etc. much easier.
>
> It's worth a shot.
Seconded.
It's definitely worthwhile for well-behaved sites, but can be tricky
to debug if the site doesn't behave as you expect
Have you look at WWW::Mechanize on CPAN. It seems to make navigating
sites (virtually) and using forms, etc. much easier.
It's worth a shot.
HTH,
Kevin
On Wed, 2004-01-28 at 02:37, Andrew Gaffney wrote:
> I am attempting to write a Perl script that can login to my account at
> capitalone.com,
I am attempting to write a Perl script that can login to my account at capitalone.com,
grab my balance and available credit and email them to me. I did this successfully
with my
online banking, but Capitalone's login is a pain in the ass to wrap my head around. It
redirects you through 3 or pages