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