The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

duckduckgo - Command line tool to use the DuckDuckGo API

VERSION

version 0.008

SYNPOSIS

  duckduckgo facebook
  
  duckduckgo --batch facebook
  
  duckduckgo duck duck go

DESCRIPTION

This application queries the DuckDuckGo API and displays the result in a nice human-readable way or in a batch mode which could be used by a shellscript to automatically work with the DuckDuckGo API results.

The --batch parameter tells the application to display the data in a more machine readable form.

The --forcesecure parameter tells the application to not fall back to http if the https request failed.

The startup of the application takes some milliseconds longer cause of the compile overhead by Moose. If you want to use a huge bunch of queries, you should consider Learning Perl, best directly the modern way with the free Modern Perl Book available as PDF. Then you can use the distribution WWW::DuckDuckGo directly todo faster a bigger amount of queries

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by DuckDuckGo Inc..

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.