Thanks, Vishal.

I was confused with usage {}. So you are saying that it will
dereference the array.
Isn't @$tableRef not enough in that case?

Regards,
Sharan


On Fri, Jul 16, 2010 at 3:33 PM, Vishal Gupta
<vishal.knit2...@hotmail.com> wrote:
> Hi Sharan,
>
> Please find below the answers:
>
> 1) what does @{$tableRef} really do?
>
> This will de-reference the "$tableRef", which is suppose to be an array
> reference.
>
> 2) what does @table contain?
>
> @table will contains the original array, which is referenced by "$tableRef".
>
> Regards,
> Vishal
> ________________________________
> Manage your finance and manage money through MSN Money Special Drag n' drop

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to