Larry Wall <[EMAIL PROTECTED]> wrote:
> : First, context of hash slices:
> : Hash slices with {} notation are trivially either scalars or lists:
> :  $h{'foo'} = want(); # Scalar
> :  $h{'foo','bar'} = want(); # List
> 
> Right.

Tangentially, that makes me wonder: is there a difference between
scalar context and one-element array context?

-- 
Brent 'Dax' Royal-Gordon <[EMAIL PROTECTED]>
Perl and Parrot hacker

"I used to have a life, but I liked mail-reading so much better."

Reply via email to