in reply to Re: Regular expressions Containing Octal values?
in thread Regular expressions Containing Octal values?

Thanks John. However when I include ${1} in my regular expressions I now get a lot of "Use of uninitialised value" errors. Any ideas?
  • Comment on Re: Re: Regular expressions Containing Octal values?

Replies are listed 'Best First'.
Re: Re: Re: Regular expressions Containing Octal values?
by arunhorne (Pilgrim) on May 17, 2002 at 10:58 UTC
    Sorry, that was my fault. I was generating text strings as regular expressions (I have a separate script that executes a file containing a set of regexes against another file) and forgot to escape the \${1}. Sorry.