Hello,
If I want to reference an item in a hashref like this:
$hash_ref->{'sender'}
How do I build the data structure?
Can I just say,
my $hash_ref; $hash_ref->{'sender'}='address'; $hash_ref->{'date'}='date'; etc
I assume this is just refering to an array of hashrefs right?
@{$q_mail}
Your help greatly appreciated as always.
Tom
In reply to Building Hashrefs by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |