in reply to Re^2: Regex help for string file search
in thread Regex help for string file search

If you haven't turned on the use locale; pragma, you should at least give it a shot. Also note that version 5.6 was a problem, while 5.8 was not. What version of Perl are you running?

We're not really tightening our belts, it just feels that way because we're getting fatter.

Replies are listed 'Best First'.
Re^4: Regex help for string file search
by ScottGor (Initiate) on Jun 17, 2004 at 18:13 UTC
    Im running perl 5.005_03 core. I should mention this is the Interwoven server perl code. Basically Interwoven added a few classes, but the core is still 5.005_03. Seems its down level huh?