Help for this page

Select Code to Download


  1. or download this
    my $charclass = "aeginrt";
    my $num = 9;
    if (/^[$charclass]{$num}$/) {
    # rest of code here
    
  2. or download this
    my %num_letters = ( a => 1,
                        e => 2,
    ...
        print "Found $word\n";
    }
    close DICT;