use WWW::Mechanize; $url = '.........'; $mech = WWW::Mechanize->new(); $mech->get( $url ); $result = $mech->submit_form ( form_number => 0, fields => { context => 'Hello world', } );
In reply to Re^2: How to send queries to a website
by Anonymous Monk
in thread How to send queries to a website
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |