hi monks
i had used the Centos version of linux for creating and executing my perl file. i had made a code(tperl.pl) that matched patterns from a log file(hull.log) and entered the output into a file(fn.txt).
i made tperl.pl executable using chmod
on the shell i typed..... perl tperl.pl hull.log > fn.txt
now i have amachine having redhat .the above statements worked on centos but not on Redhat9.
please help