For hash refs:
The following code is just dereferencing an array ref.my $hash_ref = {}; # valid hash_ref, empty hash $hash_ref->{'key'} = 'value'; # hash now contains one k-v pair # but hash_ref unchanged
@{$q_mail}
In reply to Re: Building Hashrefs
by pbeckingham
in thread Building Hashrefs
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |