1WWW::DuckDuckGo::Icon(3U)ser Contributed Perl DocumentatiWoWnW::DuckDuckGo::Icon(3)
2
3
4
6 WWW::DuckDuckGo::Icon - A DuckDuckGo Icon 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->results}) {
17 print "Result URL: ".$_->first_url->as_string."\n" if $_->has_first_url;
18 print "Result Icon: ".$_->icon->url->as_string."\n" if $_->has_icon and $_->icon->has_url;
19 }
20
22 This package reflects the result of a zeroclickinfo API request.
23
25 has_url
26 url
27 Gives back a URI::http
28
29 has_width
30 width
31 has_height
32 height
35 IRC
36
37 Join #duckduckgo on irc.freenode.net. Highlight Getty for fast reaction :).
38
39 Repository
40
41 http://github.com/Getty/p5-www-duckduckgo
42 Pull request and additional contributors are welcome
43
44 Issue Tracker
45
46 http://github.com/Getty/p5-www-duckduckgo/issues
47
49 • Torsten Raudssus <torsten@raudss.us> <https://raudss.us/>
50
51 • Michael Smith <crazedpsyc@duckduckgo.com>
52
54 This software is copyright (c) 2013 by DuckDuckGo, Inc.
55 <https://duckduckgo.com/>.
56
57 This is free software; you can redistribute it and/or modify it under
58 the same terms as the Perl 5 programming language system itself.
59
60
61
62perl v5.38.0 2023-07-21 WWW::DuckDuckGo::Icon(3)