Help for this page

Select Code to Download


  1. or download this
    %hash = (foo => 'foo', bar => 'bar');
    $href = \%hash;
    
  2. or download this
    $href = (\'foo', \'foo', \'bar', \'bar');  # which reduces to...
    $href = \'bar';