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