Ya Sharan,

@$tableRef is also enough in this case. But as we know, there are many ways to 
do a single job in Perl... so we can use either ways also.

Regards,
Vishal

> Date: Fri, 16 Jul 2010 15:36:25 +0530
> Subject: Re: need explanation
> From: sharan.basa...@gmail.com
> To: vishal.knit2...@hotmail.com
> CC: beginners@perl.org
> 
> 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/
> 
> 
                                          
_________________________________________________________________
The world on four wheels in MSN Autos
http://autos.in.msn.com/

Reply via email to