Help for this page

Select Code to Download


  1. or download this
    [linux host] $ grep "Something" sample.log | perl myParser.pl 
    
    ...
    foreach $line (<>) {
    ...
    }
    
  2. or download this
    $ grep "Something" sample.log | perl myParser.pl VERTICAL
    
  3. or download this
    $ grep "Something" sample.log | perl myParser.pl COLUMN
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    foreach $line (<>) {
    ...
    }
    
  5. or download this
    Can't open VERTICAL: No such file or directory at SimpleTest.pl line 1
    +1.
    First Arguement is : VERTICAL