Help for this page

Select Code to Download


  1. or download this
    @sites="http://www.frozenhosting.com";
    for( $i=1; $i<100000; $i++)  {
    ...
        $mech->content()=$html;
        $mech->find_all_links();
        $link->url_abs()=@sites;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
        ... etc ...
    }