Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.354.312 Times

WWW::YahooMaps 0.3

  Date Added: September 11, 2010  |  Visits: 1.259

WWW::YahooMaps

Report Broken Link
Printer Friendly Version


Product Homepage
Download (91 downloads)



WWW::YahooMaps is a Perl module which can create links to Yahoo! Maps. SYNOPSIS use WWW::YahooMaps; #first method: PASSING ADDRESS BIT-BY-BIT my %addr = ( "street" => "555 N Michigan Ave", "city" => "Chicago, IL 60611", "country" => "us", ); if (my $url = WWW::YahooMaps::hashreftolink(%addr)){ print "url1 $urln"; } #second method: ADDRESS INFO IN STRING #separators can be ";" or newline "n" #street should come before city #pass an additional 1 at the end if you want to pass city first if (my $url = WWW::YahooMaps::stringtolink("us","us","101 Morris Street; Sebastopol, CA 95472")){ print "url2 $urln"; } #third method: CALL A FUNCTION WITH BIT-BY-BIT PARAMETERS if (my $url = WWW::YahooMaps::stringtolink("us","us","Paris, TX; Main Street", 1)){ print "url3 $urln"; }.

Requirements: No special requirements
Platforms: Linux
Keyword: Bit Create Create Links Libraries Links Module Perl Perl Module Programming Street Www Wwwyahoomaps Yahoo Yahoomaps
Users rating: 0/10

License: Freeware Size: 4.1 KB
USER REVIEWS
More Reviews or Write Review


WWW::YAHOOMAPS RELATED
Modules  -  WPMU Automatic Links 1.01
NOTE : This plugin is translation readyThis plugin will automatically create links from words.If you add word on master blog, all network wil lhave the replacement else it's just for one blog.Based on the exelent plugin automatic seo links from...
61.44 KB  
Modules  -  CKEditor Link - A plugin to easily create links to Drupal internal paths 7.x-2.1
This module is an extension to the CKEditor module.It also supports CKEditor installed through the Wysiwyg module.This module currently allows to easily create links to Drupal nodes through CKEditor's Link button and dialog.It can be considered as...
10 KB  
Libraries  -  WWW::Search::Yahoo 2.405
WWW::Search::Yahoo is a Perl backend for searching www.yahoo.com SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Yahoo); my $sQuery = WWW::Search::escape_query("sushi restaurant Columbus Ohio"); $oSearch->native_query($sQuery);...
27.65 KB  
Communication  -  Blogo YM 1.0
New Joomla Module, Blogo YM Today is avalaiable for download.With this module, you can show your Yahoo! Messenger Online Status.This module have 16 different style.
10 KB  
Libraries  -  Module::Starter::XSimple 0.0.1
Module::Starter::XSimple is a Perl module to create XS modules with Module::Starter. Replacement class for Module::Starter::Simple. Can be used in two ways: Using the commandline Pass as an override class to the module-starter script:...
6.14 KB  
Modules  -  Translation Links 6.x-1.0-rc1
Translation Links module creates links to translations in convenient places for semi-multi-lingual sites, such as next to teaser titles, as local tasks (aka tabs) and on node/edit pages.
10 KB  
Modules  -  iTweak Links 6.x-0.1
iTweak Links module can: * remove some links * reorder links * group selected links into drop-down submenus * change selected links title, class * can turn links into buttons (customized by user theme or using included iTweak Links CSS) The module...
10 KB  
Utilities  -  cpan2tgz 0.6.2
cpan2tgz is a utility to create Slackware packages from CPAN Perl module distributions, inspired by Erick Calders cpan2rpm.. GNOME SlackBuild (GSB) - a GNOME distribution for Slackware Linux
15.36 KB  
Networking  -  Please Link 2 Me 1.7
The "Please Link 2 Me" plugin adds a text box containing all the code necessary for visitors to easily create links back to your article from their website.
10 KB  
Networking  -  Simple Popup Plugin 4.1
The function of this plugin is to easily create links to simple popup windows.Version 3.2 now supports multiple popup links on posts/pages/widgets and window positioning/centering options.
10 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB