in reply to Re^2: Perl Regex
in thread Perl Regex

In your original code you forgot to escape the last pipe. Fixing that should do the trick.

Replies are listed 'Best First'.
Re^4: Perl Regex
by Buddyhelp (Initiate) on Oct 10, 2013 at 11:51 UTC
    Thanks hdb..it works now :)