Title: #!/usr/bin/perl -w $start3="0000"; $start4="2886093446"; while ($start3 < Author: Anonymous Pastebin link: http://pastebin.com/hcq8GvCH First Edit: Friday 14th of February 2014 10:00:54 PM CDT Last Edit: Friday 14th of February 2014 10:00:54 PM CDT #!/usr/bin/perl -w   $start3="0000"; $start4="2886093446";   while ($start3 < 10000) {         $urly =  "http://assets.hubworld.com/videos/90719631001/201401/" . $start3 . "/90719631001_" . $start4 . "001_HUB-140213014-FOB-HubWrld.mp4"; #       print "$urly\n";         $getit = `wget $urly`;         if ($start4 < 10000000000) {                 $start4++;         } else {                 $start3++;         }   }