Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!oz.cis.ohio-state.edu!jgreely From: jgreely@oz.cis.ohio-state.edu (J Greely) Newsgroups: comp.sources.bugs Subject: Re: RE match problem in Perl 2.0 pl 18 Message-ID: Date: 24 Aug 89 19:18:25 GMT References: Sender: news@tut.cis.ohio-state.edu Reply-To: J Greely Organization: Ohio State University Computer and Information Science Lines: 13 In-reply-to: jv@mh.nl's message of 24 Aug 89 22:37:06 GMT In article jv@mh.nl (Johan Vromans) writes: >Using a regular expression in a match pattern seems to destroy the >usability of the "$`" (dollar-leftquote) variable: It's fixed in 3.0 alpha. My output was: $` = abc, $' = ghi $` = abc, $' = ghi $` = , $' = defghi $` = abcdef, $' = -=- J Greely (jgreely@cis.ohio-state.edu; osu-cis!jgreely)