> -----Original Message----- > From: Jos I. Boumans [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 25, 2001 9:01 AM > To: RAHUL SHARMA; Konstantin Berman; [EMAIL PROTECTED] > Subject: Re: change \ to / > > > make your code readable, try this: > > $line =~ s|\|/|;
Nope. You still need to escape the backslash. > > perhaps it's not working because you dont have the /s and /g > modifiers? > > /s = read beyond newlines Nope. /s only affects how ^ and $ match, which he isn't using. /s will have no affect on his regex. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]