Help for this page
use WordList; ... if (exists $h{foo}) { print "It's there!" } if ($h{foo}) { print "There too!" } print keys %h;
package WordList; use Search::Dict; ... sub DELETE {} sub CLEAR {} 1;