Help for this page

Select Code to Download


  1. or download this
    while(my $line=<FILE>) {
        my $linecopy=$line;
    ...
        }
        print "\n";
    }
    
  2. or download this
    sub matchit {
        my $data=shift;
    ...
        }
    }
    matchit($_) while(<FILE>);