Help for this page

Select Code to Download


  1. or download this
    foreach(@{$dict->define('banana')}) { # check each result
        print "$_->[0]: $_->[1]\n"; # 0:dictionary 1:definition
    }