Good day; At 05:01 PM 6/8/2001 +0000, Mark Martin wrote: > > if ($doc == " "){ > > doc =~ s/ /111111/; should be: $doc =~ s/ /111111/; #don't forget the "$" Also, try $doc =~ tr/ /111111/; Being a newbie myself, I stumbled across the realization that if substitution fails, try the translation (tr) and vice versa. Don't know why it works sometimes, but it does. Hope this works/helps.
- substitution problem prachi shroff
- Re: substitution problem J. J. Horner
- Re: substitution problem Me
- Re: substitution problem Jeff Pinyan
- Re: substitution problem Me
- Re: substitution problem Brett W. McCoy
- Re: substitution problem prachi shroff
- Substitution Problem Mark Martin
- RE: Substitution Problem Carl Rogers
- RE: Substitution Problem Dave Newton
- RE: Substitution Problem Wagner-David
- Re: Substitution Problem M.W. Koskamp
- substitution problem Steve Massey
- RE: substitution problem Steve Massey
- Re: substitution problem Gary Stainburn
- RE: substitution problem Mark Anderson
- Re: substitution problem R. Joseph Newton
- Re: substitution problem John W. Krahn
- RE: substitution problem Wiggins d Anconia