in reply to Exists in HASH issue
A hash slice is a good way to initialize that sort of thing,
though you probably wouldn't hardcode the hash keys in a real application of this kind.my %word; @word{'AALIYAH', 'AARON', 'ABBE' , 'ABBEY', 'ABBI', 'ABBIE', 'ABBIGAIL', 'ALEX'} = ();
After Compline,
Zaxo
|
|---|