You can dump the HTML at any time for parsing with the $ie->content method#! usr/bin/perl -w use strict; use Win32::IE::Mechanize; my $ie = Win32::IE::Mechanize->new(visible=>1); $ie->get('https://noii.nasdaqtrader.com'); $ie->form_name('Form1'); $ie->set_fields( txtUserName => 'email@wherever.com', txtUserPass => 'password' ); $ie->click('loginButton');
In reply to Re: LWP and Site Logins
by Mr_Jon
in thread LWP and Site Logins
by debiandude
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |