Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        printf("Saving file as %s\n", $link->text.$fileType."\n");
        $mech->get($link->url, ':content_file' => $link->text.$fileType);
    }