On Wed, 6 Feb 2002, Jeff 'japhy' Pinyan wrote:

> Err, no.  $_ is STILL an alias.
>
>   my @words = qw( once upon a time );
>   length > 1 and $_ = ucfirst($_) for @words;
>   print "@words";  # Once Upon a Time

argh, yeah.  I was thinking backwards.  Thanks for pointing that out.

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
We must die because we have known them.
                -- Ptah-hotep, 2000 B.C.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to