Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use WWW::Mechanize;
    my $link = "https://localhost/query.cgi?GoAheadAndLogIn=1";
    ...
    "Bugzilla_password"=> $pass);
    $mech->set_fields(%login);
    $mech->click( 'GoAheadAndLogIn' );
    
  2. or download this
    # ./bug.pl
    No such field 'Bugzilla_password' at /usr/lib/perl5/site_perl/5.8.8/WW
    +W/Mechanize.pm line 1265