1Unicornify::URL(3) User Contributed Perl Documentation Unicornify::URL(3)
2
3
4
6 Unicornify::URL - OMG UNICORN AVATAR!
7
9 use Unicornify::URL;
10
11 my $url = unicornify_url( email => 'larry@wall.org' );
12
14 Now you can have your very own generated Unicorn avatar! OMG! SQUEE!
15
16 See <http://unicornify.appspot.com/use-it> for more information.
17 *heart*
18
20 unicornify_url
21
22 my $url = unicornify_url( email => $email, %options );
23
24 Constructs a URL to fetch the unicorn avatar for the given $email
25 address.
26
27 %options are optional. "unicornify_url" will accept all the options of
28 "gravatar_url" in Gravatar::URL but as of this time only "size" has any
29 effect.
30
31 size
32
33 Specifies the desired width and height of the avatar (they are square)
34 in pixels.
35
36 As of this writing, valid values are from 32 to 128. The default is
37 32.
38
40 Gravatar::URL
41
42 Acme::Pony
43
44 "The Last Unicorn"
45
46
47
48perl v5.36.0 2022-07-22 Unicornify::URL(3)