Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        my @line_parts = split(/\s+/, $lines[$i]);
        # do something with the parts here, if desired....
    }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        # do something with the parts here, if desired....
    }
    close(DF);