Help for this page

Select Code to Download


  1. or download this
      print length keys %$hashref;
      print join ',', keys %$hashref;
      print Dumper $hashref;
    
  2. or download this
    1
    x,y,z
    ...
              'y' => 0,
              'z' => 0
            };