Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
      my %result=(A=>1,B=>2);
      wantarray ? each %result : \%result;
    }
    
  2. or download this
    (hash) A=1
    (hash) B=2
    (ref)  A=1
    (ref)  B=2