-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
38 lines (27 loc) · 1.1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
NAME
WWW::Shorten::Flickr - Perl interface to flic.kr
SYNOPSIS
use WWW::Shorten::Flickr;
use WWW::Shorten 'Flickr';
$short_url = makeashorterlink($long_url);
$long_url = makealongerlink($short_url);
DESCRIPTION
WWW::Shorten::Flickr is Perl interface to the flic.kr.
Functions
makeashorterlink
The function "makeashorterlink" will return the shorter Flickr URL
Shortener version. "makeashorterlink" will accept as an argument either
the full Flickr URL or just the Flickr identifier of the photo.
If anything goes wrong, then either function will return "undef".
makealongerlink
The function "makealongerlink" does the reverse. "makealongerlink" will
accept as an argument either the full Flickr URL Shortener URL or just
the Flickr URL Shortener identifier.
If anything goes wrong, then either function will return "undef".
AUTHOR
Shinsuke Matsui <[email protected]>
SEE ALSO
WWW::Shorten, <http://flic.kr/>
LICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.