Help for this page

Select Code to Download


  1. or download this
    {
      package MyAgent;
    ...
        return( $username, $password );
      }
    }
    
  2. or download this
    {
      package MyMech;
    ...
        return( $username, $password );
      }
    }
    
  3. or download this
      my $mech = MyMech->new();
      $mech->get( $url );
      print $mech->status, "\n";
      print $mech->success;