Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print $key;
    $key = (each(%hash))[0];
    print $key;
    
  2. or download this
    use strict;
    use warnings;
    ...
    $key = (each(%hash))[0];
    print $key;
    
  3. or download this