Help for this page

Select Code to Download


  1. or download this
    $ grep "mailto" pm.txt | wc
          2       2      65
    ...
        333     333   18647 out1.txt
    $ wc pm.txt
        385     385   18779 pm.txt
    
  2. or download this
    #!/usr/bin/perl -w
    $url="www.page.com/test/index.html";
    ...
        }
    }
    print "$_\n" for @search_ready;
    
  3. or download this
    #!/usr/bin/perl -w
    $url="www.page.com/test/index.html";
    ...
        }
    }
    print "$_\n" for @search_ready;