in reply to Re: Help logging into a website with LWP::UserAgent
in thread Help logging into a website with LWP::UserAgent
I have found this syntax: $ua->post( $url, \%form, $field_name => $value, ... ) how do i use this to input this into the user or password form sections
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Help logging into a website with LWP::UserAgent
by Corion (Patriarch) on May 18, 2014 at 18:24 UTC | |
by SebMorris (Novice) on May 18, 2014 at 18:26 UTC |