[vox-tech] perl question - arrays and lists

Michael Wenk vox-tech@lists.lugod.org
Thu, 8 May 2003 19:57:27 -0700


On Thursday 08 May 2003 07:45 pm, Foo Lim wrote:
> \($foo, $bar)
>
> is equivalent to
>
> (\$foo, \$bar)
>
> so you would be pushing to references to scalars onto the list and not a
> reference to a list.  (Not to mention I don't like being pushed around.
> (; )

Nifty..  I would have thought it would have been a reference to an anoymous 
list, but Ive never tried that in perl.  :) 

Mike


-- 
wenk@praxis.homedns.org
Mike Wenk