Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        push @{$word_table{$key}}, $word;
    }
    DumpFile( 'dict.yml', \%word_table );
    
  2. or download this
    use strict;
    use warnings;
    ...
    sub usage {
    ...
    }