Help for this page

Select Code to Download


  1. or download this
    perl -MNet::Dict -le"for(@{Net::Dict->new(q{dict.org})->define(shift)}
    +){print qq,@{$_},,q,Do you want another definition?,;$_=<STDIN>;die u
    +nless /y/i;}" word
    
  2. or download this
    perl -MNet::Dict -le"for(@ARGV){print@{$_}for@{Net::Dict->new(q,dict.o
    +rg,)->define($_)}}"