Help for this page

Select Code to Download


  1. or download this
    
    | hand waving here.
    ...
        # fill hash
        return %hash;
    }
    
  2. or download this
    
    my $reciever=get_stuff();
    ...
       my %hash = ();
       # yada yada 
      return \%hash;