Help for this page

Select Code to Download


  1. or download this
    %x = ( 'abc' => 2 ) ;
    %y = ( 'abc' => 3 ) ;
    
  2. or download this
    @data = (
              { 'name' => 'abc', 'x' => 2, 'y' => 3 },
              { 'name' => 'xyz', 'x' => 4, 'y' => 5 }
            ) ;