On Fri, Aug 24, 2001 at 08:25:45AM -0500, Gibbs Tanton - tgibbs wrote:
> $$varname dereferences $varname in a scalar context.  So in your example
> below, $ref is an array reference.  So, @$ref is the actual array and
> $$ref[0] is the first element of @$ref, etc...

... more usually and, in my opinion, better expressed as $ref->[0]

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

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

Reply via email to