Sponsored Content
The Lounge What is on Your Mind? Please Welcome Dave Munro to the Moderator Team! Post 303040479 by RavinderSingh13 on Wednesday 30th of October 2019 04:31:45 AM
Old 10-30-2019
Quote:
Originally Posted by Neo
Dear All,

I am very pleased to announce that Dave Munro (gull04) is joining the Moderation Team, after being a very valuable member of UNIX.com for 15+ years.
Dave is an IT Consultant with 30 years of experience this year, has worked in many of the industry vertical market segments and has experience with a number of the major vendors proprietary Unix versions, these include some of the more obscure ones like NDIX and DYNIX. Interested folks can view his LinkedIn profile here.
Please join me in welcoming Dave the code-tagging, editing, overworked and underpaid Moderation team!
Thanks a TON Neo for inviting Dave in MODs team Smilie

A warm Welcome Dave in MODs group Smilie Smilie

Thanks,
R. Singh
 

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

Please Welcome Nicki Paul to the Moderator Team!

Dear All, I am very pleased to inform everyone that Nicki Paul (zxmaus) is joining the Moderation Team after a number of years away from the site. Nicki used to be very active here (over 800 posts), and she got busy with travel, work, family and her dogs, and we have missed her. Now she is... (7 Replies)
Discussion started by: Neo
7 Replies

2. What is on Your Mind?

Please Welcome Simon Sweetman (Chubler_XL) to the Moderator Team

Happy Thanksgiving Holidays, Today, I am happy to welcome Simon Sweetman (Chubler_XL) to the Moderation Team to help provide us some important coverage from (Down Under) Australia. Simon is a Senior Analyst Programmer/Developer at Cedar Creek Company in Brisbane, Australia and his LinkedIn... (7 Replies)
Discussion started by: Neo
7 Replies
WWW::Shorten(3pm)					User Contributed Perl Documentation					 WWW::Shorten(3pm)

NAME
WWW::Shorten - Interface to URL shortening sites. SYNOPSIS
use WWW::Shorten 'Linkz'; use WWW::Shorten 'MakeAShorterLink'; use WWW::Shorten 'Metamark'; use WWW::Shorten 'NotLong'; use WWW::Shorten 'OneShortLink'; use WWW::Shorten 'Shorl'; use WWW::Shorten 'TinyClick'; use WWW::Shorten 'TinyLink'; use WWW::Shorten 'TinyURL'; # Individual modules have have their # own syntactic variations. # See the documentation for the particular # module you intend to use for details, trips # and traps. $short_url = makeashorterlink($long_url); $long_url = makealongerlink($short_url); # If you don't like the function names: use WWW::Shorten 'Metamark', ':short'; $short_url = short_link( $long_url ); $long_url = long_link( $short_url ); ABSTRACT
A Perl interface to URL shortening sites. These sites maintain databases of long URLs, each of which has a unique identifier. DESCRIPTION
The function "makeashorterlink" will call the relevant web site passing it your long URL and will return the shorter version. The function "makealongerlink" does the reverse. "makealongerlink" will accept as an argument either the full shortened URL or just the identifier. If anything goes wrong, then either function will return "undef". Subroutines import Called when the module is "use"d. Loads the correct sub-module EXPORT makeashorterlink, makealongerlink Or, if you specify ":short" on the import line, you instead get "short_link" and "long_link". If you explicitly want the default set, use ":default". Actually these functions are exported from the relevant subclass. COMMAND LINE PROGRAM
A very simple program called shorten is supplied in the distribution's bin folder. This program takes a URL and gives you a shortened version of it. EXAMPLES and PROGRAMS Adam Kessel wrote shorlfilter, a program that uses "WWW::Shorten" to filter a file, converting long URLs to short ones. http://bostoncoop.net/adam/shorlfilter There is also a bin directory in this distribution which contains a sample program. NO LONGER SUPPORTED
The URL-shortening industry is pretty volatile. Many sites exist for a while and then go away. The most famous of those is probably Make A Shorter Link (the site that originally inspired this suite of modules). MASL has been acquired by TinyURL.com and no longer exists. Here is a list of sites that were once supported by this module and are no longer with us: MakeAShorterLink BabyURL EkDk qURL (although the differently capitalised Qurl.com now uses their old domain) ShortLink SmLnk URLjr V3 See Joshua Schachter's blog entry at http://joshua.schachter.org/2009/04/on-url-shorteners.html <http://joshua.schachter.org/2009/04/on- url-shorteners.html> for some very interesting discussion on some problems that can be caused by the volatility of this part of the web industry. RELATED MODULES
Similar Aim WWW::MakeAShorterLink is what this module was originally based upon. That module is obsoleted by WWW::Shorten::MakeAShorterLink, one of the many subclasses of WWW::Shorten. Of course, with the demise of Make A Shorter Link, neither the obsolete module nor it's replacement are of any use. Same Area, Different Purpose CGI::Shorten provides building blocks for you to create your own URL shortening service. It provides routines to shoretn a URL, lengthen one, and it keeps a store. Nice and easy. THANKS
Dave Cross for WWW::MakeAShorterLink Alex Page for the original LWP hacking on which Dave based his code. Simon Batistoni for giving the "makealongerlink" idea to Dave. Eric Hammond for writing the NotLong variant. Shashank Tripathi <shank@shank.com> for providing both SnipURL.com and advice on the module. Kevin Gilbertson (Gilby) supplied information on the TinyURL API. Matt Felsen (mattf) wanted shorter function names. Ask Bjoern Hansen for providing both Metamark.net and advice on the module. Martin Thurn for helping me notice a bug and for a suggestion regarding MASL.pm. Jon and William (jon and wjr at smlnk.com respectively) for providing SmLnk.com. P J Goodwin for providing the code for WWW::Shorten::OneShortLink. And especial thanks to all providers of these services. BUGS, REQUESTS, COMMENTS Support for this module is supplied using the CPAN RT system via the web or email: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-Shorten ( shorter URL: http://xrl.us/rfb ) bug-www-shorten@rt.cpan.org This makes it much easier for me to track things and thus means your problem is less likely to be neglected. LICENCE AND COPYRIGHT
WWW::Shorten::NotLong copyright (c) Eric Hammond <ehammond@thinksome.com>. Other modules copyright (c) Magnum Solutions Ltd., 2007. All rights reserved. This module is free software. You can redistribute it and/or modify it under the terms of the Artistic License 2.0. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. AUTHOR
Original Iain Truskett <spoon@cpan.org> Based on WWW::MakeAShorterLink by Dave Cross <dave@mag-sol.com> In 2004 Dave Cross took over the maintenance of this distribution following the death of Iain Truskett. SEE ALSO
perl, CGI::Shorten. perl v5.14.2 2012-04-16 WWW::Shorten(3pm)
All times are GMT -4. The time now is 11:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy