1WWW::DuckDuckGo::Link(3U)ser Contributed Perl DocumentatiWoWnW::DuckDuckGo::Link(3)
2
3
4
6 WWW::DuckDuckGo::Link - A DuckDuckGo Link definition
7
9 version 0.016
10
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
21 This package reflects the result of a zeroclickinfo API request.
22
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
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
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.38.0 2023-07-21 WWW::DuckDuckGo::Link(3)