1WWW::DuckDuckGo::Link(3U)ser Contributed Perl DocumentatiWoWnW::DuckDuckGo::Link(3)
2
3
4

NAME

6       WWW::DuckDuckGo::Link - A DuckDuckGo Link definition
7

VERSION

9       version 0.016
10

SYNOPSIS

12         use WWW::DuckDuckGo;
13
14         my $zci = WWW::DuckDuckGo->new->zci('duck duck go');
15
16         for (@{$zci->related_topics}) {
17           print "Related Topic URL: ".$_->first_url."\n" if $_->has_first_url;
18         }
19

DESCRIPTION

21       This package reflects the result of a zeroclickinfo API request.
22

METHODS

24   has_result
25   result
26   has_first_url
27   first_url
28       Gives back a URI::http
29
30   has_icon
31   icon
32       Gives back an WWW::DuckDuckGo::Icon object.
33
34   has_text
35   text

METHODS

SUPPORT

38       IRC
39
40         Join #duckduckgo on irc.freenode.net. Highlight Getty for fast reaction :).
41
42       Repository
43
44         http://github.com/Getty/p5-www-duckduckgo
45         Pull request and additional contributors are welcome
46
47       Issue Tracker
48
49         http://github.com/Getty/p5-www-duckduckgo/issues
50

AUTHORS

52       ·   Torsten Raudssus <torsten@raudss.us> <https://raudss.us/>
53
54       ·   Michael Smith <crazedpsyc@duckduckgo.com>
55
57       This software is copyright (c) 2013 by DuckDuckGo, Inc.
58       <https://duckduckgo.com/>.
59
60       This is free software; you can redistribute it and/or modify it under
61       the same terms as the Perl 5 programming language system itself.
62
63
64
65perl v5.32.0                      2020-07-28          WWW::DuckDuckGo::Link(3)
Impressum