Help for this page

Select Code to Download


  1. or download this
    use strict;
    use WWW::Mechanize::Firefox;
    ...
        @_ and print STDERR dumper(@_);
        exit 256;
    }
    
  2. or download this
    my $globalLogLevel = 1;
    # ...
    ...
        printf ('Success with %s:%s', shift(), "\n");
        @_ and print dumper(@_);
    }