On 7 Jun 2001, at 17:10, Jeff 'japhy' Pinyan wrote:

> But the problem is that people don't know WHAT stringification is.  They
> are never told that "@foo" is really join($", @foo), and so they just
> assume Perl is going to do what they mean, when Perl is really doing what
> is documented.

Well, that's true.  I always figured print "@foo" was going to print 
the array reference, and never used it, until one day I was 
"correcting" my husband while reading over his shoulder after he'd 
asked for help debugging, and he told me what a doofus I was.  
(Well, he was politer than that.  Besides, I found whatever it was 
that he *had* done wrong.)

(On the one hand, I like finding things like this out.  On the other, 
then I feel compelled to go back through my code and "correct" it 
for whatever cooler way I just found to do something...)

-- 
Karen J. Cravens ([EMAIL PROTECTED])

Reply via email to