in reply to Re^2: Filtering Output from two files
in thread Filtering Output from two files

Perl read file line by line led me to

http://perlmaven.com/open-and-read-from-files

The first code example shows it already, though $line is named $row here.

I'm not going to give you complete code, because I want to help you to learn Perl. :)

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^4: Filtering Output from two files
by vighneshmufc (Acolyte) on Feb 04, 2018 at 15:06 UTC
    Thanks a lot , suggest me some tutorials to start with , i am very new to this so suggest like that :p

      There's the tutorials section of this site to start with.