Help for this page

Select Code to Download


  1. or download this
    wget -nd -i urls.list
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    $_->join for map threads->create( \&worker ), 1 .. $THREADS;
    
    ## use as thisScript -THREADS=8 < urls.list