Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        }
        $mech->back;
    }
    
  2. or download this
            my $eventlistener = $mech -> progress_listener(
                $browser,
                onLocationChange => \&process_content,
            );