> That's exactly the problem: the @{} is forcing scalar context, so that it
> tries to deref the value 1 always (which you'll see if you're using strict).I understand now... is there a pretty way to force the calling context? Using (...)[0] is causing errors for me. -J
