On Jul 17, 2010, at 10:01, "Dr.Ruud" <rvtol+use...@isolution.nl> wrote:

> Vishal Gupta wrote:
> > Sharan asked:
> 
> >> my @table = @{ $tableRef };
> >>
>>> 2) what does @table contain?
>> @table will contains the original array, which is referenced by "$tableRef".
> 
> Be more careful: it contains a copy.
snip

More specifically a shallow copy.
--
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