GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Tie::TinyURL(3) User Contributed Perl Documentation Tie::TinyURL(3)

Tie::TinyURL - Tied interface to TinyURL.com

 use strict;
 use Tie::TinyURL;
 
 my %url;
 tie %url, "Tie::TinyURL";
 
 ## Explicitly set an HTTP timeout of 3 seconds
 # tie %url, "Tie::TinyURL", "timeout" => 3;
 
 my $tinyurl = $url{"http://www.bbc.co.uk"};
 my $url = $url{$tinyurl};
 print "$tinyurl => $url\n";

This module provides a very basic tied interface to the TinyURL.com web service.

WWW::Shorten::TinyURL, <http://www.tinyurl.com>

$Id: TinyURL.pm 566 2006-06-01 18:38:40Z nicolaw $

Nicola Worthington <nicolaw@cpan.org>

<http://perlgirl.org.uk>

Copyright 2006 Nicola Worthington.

This software is licensed under The Apache Software License, Version 2.0.

<http://www.apache.org/licenses/LICENSE-2.0>

2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.