K
Kimi
Hi,
I relatively new to perl and hence the regular expressions as well....
Can somebody help me understanding this re syntax, To be precise i need
to know what and all pattern the below expression matches to
if ($string =~ /^(ORA-[0-9]+):.*/ || $string =~ /.*[
]+(ORA-[0-9]+):.*/ || $string =~ /^(Corrupt block)/)
Thanks in advance
Fahad
I relatively new to perl and hence the regular expressions as well....
Can somebody help me understanding this re syntax, To be precise i need
to know what and all pattern the below expression matches to
if ($string =~ /^(ORA-[0-9]+):.*/ || $string =~ /.*[
]+(ORA-[0-9]+):.*/ || $string =~ /^(Corrupt block)/)
Thanks in advance
Fahad