1App::DuckDuckGo(3) User Contributed Perl Documentation App::DuckDuckGo(3)
2
3
4
6 App::DuckDuckGo - Application to query DuckDuckGo
7
9 version 0.008
10
12 use App::DuckDuckGo;
13 App::DuckDuckGo->new_with_options->print_query_with_extra_argv;
14
15 DESCRIPTION
16 This is the class which is used by duckduckgo script to do the work.
17 Please read duckduckgo to get the documentation for the command line
18 tool.
19
21 Torsten Raudssus <torsten@raudssus.de>
22
24 This software is copyright (c) 2013 by DuckDuckGo Inc.
25 <https://duckduckgo.com/>.
26
27 This is free software; you can redistribute it and/or modify it under
28 the same terms as the Perl 5 programming language system itself.
29
30
31
32perl v5.32.1 2021-01-26 App::DuckDuckGo(3)