On 7 Jun 2001, at 15:16, Jeff 'japhy' Pinyan wrote: > They enforce stringification. This can be a problem when printing arrays, > or sending references to functions: 'Course, they can be a bennie when printing arrays (of words, usually), too: print @array; # why's it all smooshed together? print "@array"; # okay, that's readable. Mostly I use that when I'm tossing in a quick'n'dirty debug line, though. Although then I feel like an idiot when I'm saying "But it looks right" and later learning that the problem was @array = ("one two three") instead of ("one", "two", "three")... -- Karen J. Cravens ([EMAIL PROTECTED])
- Re: double quotes around a variable Peter Scott
- Re: double quotes around a variable Pete Emerson
- Re: double quotes around a variable Peter Scott
- Pel.org Page Works
- Re: double quotes around a variable M.W. Koskamp
- Re: double quotes around a variable Peter Scott
- Re: double quotes around a variable Brett W. McCoy
- Re: double quotes around a variable Randal L. Schwartz
- Re: double quotes around a variable Brett W. McCoy
- Re: double quotes around a variable Jeff 'japhy' Pinyan
- Re: double quotes around a variable Karen Cravens
- Re: double quotes around a variable Jeff 'japhy' Pinyan
- Re: double quotes around a variable Karen Cravens
- Re: double quotes around a variable Peter Scott
- Re: double quotes around a varia... Jeff 'japhy' Pinyan
- Re: double quotes around a varia... Chas Owens
- RE: double quotes around a v... Travis Smith
- [OT]RE: double quotes around... Chas Owens
- [OT] and/or operator Michael Fowler
- Re: double quotes around a varia... Karen Cravens
- Re: double quotes around a variable Brett W. McCoy