Help for this page
use strict; use warnings; ... push @{$word_table{$key}}, $word; } DumpFile( 'dict.yml', \%word_table );
use strict; use warnings; ... sub usage { ... }