Help for this page

Select Code to Download


  1. or download this
    cat ./FILE.html | perl {...}
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    while (<>) {
        print if /$regexp/;
    }
    
  3. or download this
    # ./retest.pl \</\div\>\n\<\/body\> ./FILE.html