Hello list, I am trying to code a regex to pull out the number part of "ORA-600" or 600. I have started with "if ($line =~ m/^(ORA-)(\-[0-9]*)$/) {" but this is obviously wrong. Anyone out there willing to get me on the right track? thanks SteveThread Next