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.

--
Ruud

--
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