my ($first, $last, $id) = split '%'; print "$last $first\n" if substr($id, 0, 1) eq 'A'; [download]
In reply to Re: Regex help needed by JavaFan in thread Regex help needed by ghosh123