Help for this page

Select Code to Download


  1. or download this
    %some_hash = ("foo", 35, "bar", 12.4, 2.5, "hello", "wilma", 1.72e30, 
    +"betty", "bye\n");
    
    ...
           print "$key => $value\n";
        }
    
  2. or download this
    number0betty => bye
    
    ...
    .
    .