Folks,

I am putting a line of code which I am not able to clearly understand.
This is a reuse ...

my(@table) = @{$tableRef};

The tableRef is returned as a reference after reading a file that
contains record.
Two questions:
1) what does @{$tableRef} really do?
2) what does @table contain?

Regards,
Sharan

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