Help for this page

Select Code to Download


  1. or download this
    sub map_constant_name {
      my ($name) = @_ ;
    ...
    
      return $@ ? undef : $val ;
    } ;
    
  2. or download this
    my %constant_map = map { ($_, map_constant_name($_)) } qw(....) ;