WWW::YahooMaps

WWW::YahooMaps is a Perl module which can create links to Yahoo! Maps.
Download

WWW::YahooMaps Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Gabor Cselle
  • Publisher web site:
  • http://search.cpan.org/~cselleg/WWW-YahooMaps-0.3/YahooMaps.pm

WWW::YahooMaps Tags


WWW::YahooMaps Description

WWW::YahooMaps is a Perl module which can create links to Yahoo! Maps. 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 dr = ( "street" => "555 N Michigan Ave", "city" => "Chicago, IL 60611", "country" => "us", ); if (my $url = WWW::YahooMaps::hashreftolink(dr)){ 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: · Perl


WWW::YahooMaps Related Software