Help for this page

Select Code to Download


  1. or download this
    perl -s script.pl [-THREADS=2] url [url...]
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    ## And print them
    print "Atempted: $total";
    print "Status: $_ ( $stats{ $_ } )" for sort{$a<=>$b} keys %stats;