my $regex="C B A R"; #however you choose to define it while(<FH>) { if(/$regex/o) # do something; }
In reply to Re: Re: Re: Running perlscript on windows sytems that don't have Perl installed
by BUU
in thread Running perlscript on windows sytems that don't have Perl installed
by ozgurp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |