in reply to Re^4: searching and replacing strings in a multi line variable
in thread searching and replacing strings in a multi line variable

Yeah, it's a version thing:

c:\@Work\Perl\monks>perl -wMstrict -le "print qq{perl version: $]}; ;; F('hi', 'every', 'body'); ;; sub F { my (my $x, my $y, my $z) = @_; print qq{\U$x $y $z}; } " perl version: 5.014004 HI EVERY BODY
I get the same back to 5.8.9.


Give a man a fish:  <%-{-{-{-<