Help for this page

Select Code to Download


  1. or download this
    use deref;
    $href = { 1,2,3,4 };
    for (sort keys HASH{ $href }) {
      print "$_ -> $href->{$_}\n";
    }
    
  2. or download this
    print "This breaks the HASH{} thing.\n";
    # becomes
    print "This breaks the %{} thing.\n";