Help for this page

Select Code to Download


  1. or download this
    $hashref->{typo}
    
  2. or download this
    use constant TYPO => 'typo';
    
    $hashref->{(TYPO)}; # OK
    $hashref->{(TIPO)}; # Compile-time error, just what you want