> 
> 
> Hi,
> 
> If you write something like :
> 
> $table = {};
> 
> is that hash reference? what do you actually initialize?

yes, that makes an an anonymous hash reference. 

> 
> and than:
> 
> somefunction([$table])
> 
> what is than    [$table]    ?

what is it you are trying to do? do you just want to learn about references?
you can look at the perldocs someone already posted, or read about them in
the 'Programming Perl' Book.

 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to