Help for this page

Select Code to Download


  1. or download this
    $a = "Lucy";
    my %cell=> = ( Lucy => '12' );
    my %map=> = ( 12 => '45' );
    
  2. or download this
    print "$cell{$map{$a}}\n";