Help for this page

Select Code to Download


  1. or download this
    %hash -> $variable_name -> 'fixed name(s)' -> value
    
  2. or download this
    my $value = values %{$hash{$variable_name}{'fixed name'}};
    print $value;