Also using cat & grep seems a bit messy, what about:
use File::Slurp; @datb = grep { /$cnip/ } read_file('tech3');
In reply to Re: Re: Re: Checking Input using reg exp.
by gav^
in thread Checking Input using reg exp.
by defyance
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |