Help for this page

Select Code to Download


  1. or download this
    #usage googlestrip file:///C:/googlesearchresult.htm > urllist.txt
    
  2. or download this
    my $fileget = getstore($url,"tempfile.html");
    
  3. or download this
        my $suffix = substr($element,$offset,$filetypelen);
    
          if ($suffix =~ m/$filetype/)  {
            push @pdflist, $element;
    
  4. or download this
            my @list = sort @pdflist;
    
  5. or download this
            for my $url (@list) {
                next if ($url =~ m/\/s.*pdf/);
            print $url;
                   print "\n";
                    }
    
  6. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    __END__