Help for this page

Select Code to Download


  1. or download this
    my $mech = WWW::Mechanize->new(
        cookie_jar => {
    ...
      my $a = $img -> url_abs;
      push @names, $a;
    }