Help for this page

Select Code to Download


  1. or download this
    my $res=$mech->mirror('firstlink','firstfile.zip');
    print "response :",$res,"\n\n";
    $res=$mech->mirror('secondlink','secondfile.zip');
    print "response :",$res,"\n\n";
    
  2. or download this
    print : response : ",%{$res},"\n\n"; # is correct???