Help for this page

Select Code to Download


  1. or download this
    $mech->get($url);
    $mech->form_name( 'FVS318');
    $mech->field('id', $USER);
    $mech->field('p',$PASS);
    $mech->click('submit');
    
  2. or download this
    my $mech = LWP::UserAgent->new;
    $mech->credentials(  '192.168.0.1:80',
    ...
                            'admin' => 'secret'
    );