Help for this page

Select Code to Download


  1. or download this
     
    #!/usr/bin/perl
     while (<>) {                         
    ...
                     }                    
             print "$_";                  
             }
    
  2. or download this
     #!/usr/bin/perl -w                         
                                                
    ...
             s/;fac=.//g;                       
             unless (/^net/i) {print "$_";}     
             }