Help for this page

Select Code to Download


  1. or download this
    $ perl othercode.pl | perl thiscode.pl
    
  2. or download this
    $ perl thiscode.pl SOMEFILE.txt
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    foreach (@lines) {
      #Do my stuff here
    }