in reply to Re^4: Regex problem building perl on IBM AIX
in thread Regex problem building perl on IBM AIX

Apparently miniperl doesn't support (?<=pattern)

You can change the regex to

=~ m#\^/#

You should report this bug upstream

Replies are listed 'Best First'.
Re^6: Regex problem building perl on IBM AIX
by Anonymous Monk on Aug 01, 2011 at 06:11 UTC
    Thanks for the reply. It seems what you suggested works, but this regular expression is used at tons of places. I am reluctant to make those many changes. Could there be any possible alternatives?

      Could there be any possible alternatives?

      Contact the perl5porters, they would tell you :)