Help for this page

Select Code to Download


  1. or download this
      my %hash;
      $hash{alpha}{state} = eval('$A::alpha_state');
      print '$hash{alpha}{state}=', $hash{alpha}{state}, "\n";
    
  2. or download this
    our $alpha_state = 'STATE';
    our $beta_state = 'state';
    ...
    beta,country=country
    beta,state=state