Help for this page

Select Code to Download


  1. or download this
    %hash = (x => 0, y => 0, z => "O", a => "O", b => 5, c => 5, d => 6, e
    + => 0.0);
    
  2. or download this
    %hash = (0 => [x,y], O => [z,a], 5 => [b,c], 6 => [d], '0.0' => [e]);