Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!jpl-devvax!lwall From: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Newsgroups: comp.lang.perl Subject: Re: Need clarification of assoc. arrays Message-ID: <11245@jpl-devvax.JPL.NASA.GOV> Date: 31 Jan 91 04:50:08 GMT References: <1991Jan31.033851.19246@uvaarpa.Virginia.EDU> Reply-To: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 8 In article <1991Jan31.033851.19246@uvaarpa.Virginia.EDU> marc@mit.edu writes: : I'm using '' assuming that perl will try to interpolate in "" strings : even if there is no interpolation to be done. If perl is smarter : than that, great. (Is it, Larry?) Yes. Even "\n" is considered a single-quoted string after it's compiled. Larry