##
my %info = {
name => 'doug',
eyes => 'brown',
email => bill@hotmail.com'
};
####
name is Fred
eyes: black
era: prehistoric
email at fflinstone@hotmail.com
####
my %info = {
name => 'doug',
eyes => 'brown',
era => 'prehistoric',
email => bill@hotmail.com'
};