or download this
#!/usr/bin/perl
use strict;
...
Hi, I am a newbie to perl. I am trying to pass the filename and search
+ for a
keyword in that file and if found print that line else print not found
+ message.
However though my file has the keyword I get not found message.Please
+help.I