Help for this page

Select Code to Download


  1. or download this
    %HoH = (
        A => {
    ...
            C    => "9",
        },
    );
    
  2. or download this
    @array=(
      [1,   4,   2],  
      [4,  10,   3],
      [2,   3,   9]);