perl -e "use LWP::Simple; my $word = $ARGV[0];map { print qq($_ ) if //../Link/ } split /\n/, get('http://dictionary.reference.com/browse/'.$word);"