Help for this page

Select Code to Download


  1. or download this
    <td width="10%" align="center"><input type="checkbox" name="EnBt0" val
    +ue="checkbox" CHECKED > </td>
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $lo_response = $mech->get($lo_url);
    die "Error at $lo_url\n ", $lo_response->status_line, "\n Aborting" un
    +less $lo_response->is_success;
    print "\n\nDone.\n\n";