Help for this page

Select Code to Download


  1. or download this
    my $c = 0;
    my %X = map {$_ => $c ++} 0 .. 9, 'A' .. 'F';
    ...
    
        $answer;
    }