Help for this page

Select Code to Download


  1. or download this
    my %arg = %{$arg}; for (keys %arg) { ... }
    
  2. or download this
    for (keys %$arg) { ... }
    
  3. or download this
    die "No what I want!" unless (ref($arg) eq "HASH");