Help for this page

Select Code to Download


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