--On Mittwoch, 12. Dezember 2001 14:24 +0100 Andrea Holstein <[EMAIL PROTECTED]> wrote:
> I think the problem isn't the regexp, it's in the line: > > my $content = qq|<img src="e:\somedir\otherdir\2_image.jpg"> > > You used the qq| ... | notation which is equivalent to " ... ". > So there's interpolation and for especially \2 could be interpolated. > If I right remember it's an old version for $2 which have every value. > > Try, what happens when you use the q| ... | syntax instead of qq| ... |. > Exactly that was the problem! The code works fine with q| ... |. Thanks a lot! Birgit Kellner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]