Perl: Records
Records
%my_hash = ( 'NAME' => 'Homer Simpson', 'PHONE' => '432-434-2345',);
# Note the use of the slash to dereference the hash
This creates a record using an existing hash
$record contains a reference to the hash (just a memory address)