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])

Reply via email to