open (TEST, "test.txt") or die $!; @array = <TEST>; for (grep /$seachstring/, @array) { print; }
In reply to Re: grep problems and file copying issues
by le
in thread grep problems and file copying issues
by Viking
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |