Help for this page

Select Code to Download


  1. or download this
    %hash = 'a'..'j';;
    $hashref = \%hash;;
    ...
    print for $hashref, $copy;;
    HASH(0x394aa70)
    HASH(0x394aa70)
    
  2. or download this
              $Qresults->enqueue( \%{$result} );