[EMAIL PROTECTED] wrote:
Hello List,

Struck up with a script in using regular expression. There are 6000
lines in a csv file in which using an if conditon for a particular
column.

Think one of the column ($arcval) value is APBNSTWAP23. I wanted to
take lines from the csv file for those columns whose value is ST for
its 5th and 6th character. How can I implement this in perl using reg
ex. Help needed.

 if ($arcval =~ /^....ST/) {
   :
 }

Rob

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to