home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!elroy.jpl.nasa.gov!usc!news!netlabs!lwall
- From: lwall@netlabs.com (Larry Wall)
- Newsgroups: comp.lang.perl
- Subject: Re: Help with variable interpolation inside s///
- Keywords: variable interpolation, substitution
- Message-ID: <1992Aug28.182857.9674@netlabs.com>
- Date: 28 Aug 92 18:28:57 GMT
- References: <1992Aug27.203737.13356@CS.ORST.EDU>
- Sender: news@netlabs.com
- Organization: NetLabs, Inc.
- Lines: 10
- Nntp-Posting-Host: scalpel.netlabs.com
-
- In article <1992Aug27.203737.13356@CS.ORST.EDU> hanusj@storm.CS.ORST.EDU (Joe Hanus) writes:
- : s/$word/$word/gi; # this is the line that's not working.
- : # It should find the word in $word regardless of case and
- : # substitute the word in $word as it was located in the
- : # dictionary
-
- I suspect you're running 4.019 or earlier-since this was supposedly fixed in
- patch 20. We're now at 4.035.
-
- Larry
-