Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    ...
     else {
         die $response->status_line;
     }
    
  2. or download this
    $mech->set_fields(
                'ctl00$ContentPlaceHolder1$ctl00$rcbusertype_Input' => "Su
    +bscriber",
                'ctl00$ContentPlaceHolder1$ctl00$txtUserName'    => $un,
    ...
    my $response = $mech->click_button( name => 'ctl00$ContentPlaceHolder1
    +$ctl00$LoginButton',
                                       x=>26,
                                       y=>10);