S
super.sumanth
Hi,
i want to serach for a string in line read from a file,
open(fd,$file)
@buffer=<fd>;
foreach $line(@buffer)
{
#search for a string "Bin" in each line";
--------
}
How to do it??
Please help me.
Thanks
i want to serach for a string in line read from a file,
open(fd,$file)
@buffer=<fd>;
foreach $line(@buffer)
{
#search for a string "Bin" in each line";
--------
}
How to do it??
Please help me.
Thanks