in reply to how can I use regular expresion if my string to be matched has round brackets

if($jpn =~ m/\Q$ipn\E/) {
  • Comment on Re: how can I use regular expresion if my string to be matched has round brackets
  • Download Code