Quote:
Originally Posted by summer
when I entered
cat logFile1 logFile2 | ./zprogram11.pl
it does not do anything...
[myuser@server1 ~]$ cat logdata logdata2| ./zprogram11.pl
[myuser@server1 ~]$
It supposed to print out how many errors are there in that file.
|
So, finally you have to do some debugging. Which consists of comparing expected and actual behavior at various points and understanding why they differ.