Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

geo::googleearth::pluggable::plugin::others(3pm) [debian man page]

Geo::GoogleEarth::Pluggable::Plugin::Others(3pm)	User Contributed Perl Documentation	  Geo::GoogleEarth::Pluggable::Plugin::Others(3pm)

NAME
Geo::GoogleEarth::Pluggable::Plugin::Others - Geo::GoogleEarth::Pluggable Others Plugin Methods SYNOPSIS
use Geo::GoogleEarth::Pluggable; my $document=Geo::GoogleEarth::Pluggable->new; my @point=$document->MultiPoint(%data); #() my $point=$document->MultiPoint(%data); #[] METHODS
Methods in this package are AUTOLOADed into the Geo::GoogleEarth::Pluggable::Folder namespace at runtime. MultiPoint my @point=$document->MultiPoint( name=>"Point", #SCALAR sprintf("%s (%s)", $name, $index) coordinates=>[{}, {}, ...], #CODE ($index, $point) #TODO#name=>["pt1", "pt2", ...], #ARRAY #TODO#name=>sub{sprintf("Point %s is a %s", shift, ref(shift))}, ); Note: Currently coordinates must be {lat=>$lat, lon=>$lon, alt=>$alt} TODO: Coordinates can be any format supported by Placemark->coordinates TODO
BUGS
Please log on RT and send to the geo-perl email list. SUPPORT
DavisNetworks.com supports all Perl applications including this package. AUTHOR
Michael R. Davis (mrdvt92) CPAN ID: MRDVT COPYRIGHT
This program is free software licensed under the... The BSD License The full text of the license can be found in the LICENSE file included with this module. SEE ALSO
Geo::GoogleEarth::Pluggable perl v5.14.2 2010-12-27 Geo::GoogleEarth::Pluggable::Plugin::Others(3pm)

Check Out this Related Man Page

Geo::GoogleEarth::Pluggable::NetworkLink(3pm)		User Contributed Perl Documentation	     Geo::GoogleEarth::Pluggable::NetworkLink(3pm)

NAME
Geo::GoogleEarth::Pluggable::NetworkLink - Geo::GoogleEarth::Pluggable::NetworkLink SYNOPSIS
use Geo::GoogleEarth::Pluggable; my $document=Geo::GoogleEarth::Pluggable->new; $document->NetworkLink(url=>"./anotherdocument.cgi"); DESCRIPTION
Geo::GoogleEarth::Pluggable::NetworkLink is a Geo::GoogleEarth::Pluggable::Base with a few other methods. USAGE
my $networklink=$document->NetworkLink(name=>"My NetworkLink", url=>"./anotherdocument.cgi"); type Returns the object type. my $type=$networklink->type; node url Sets or returns the Uniform Resource Locator (URL) for the NetworkLink my $url=$networklink->url; $networklink->url("./newdoc.cgi"); BUGS
Please log on RT and send to the geo-perl email list. SUPPORT
DavisNetworks.com supports all Perl applications including this package. AUTHOR
Michael R. Davis (mrdvt92) CPAN ID: MRDVT COPYRIGHT
This program is free software licensed under the... The BSD License The full text of the license can be found in the LICENSE file included with this module. SEE ALSO
Geo::GoogleEarth::Pluggable creates a GoogleEarth Document. perl v5.14.2 2011-06-25 Geo::GoogleEarth::Pluggable::NetworkLink(3pm)
Man Page

We Also Found This Discussion For You

1. Shell Programming and Scripting

Perl - Emailing MULTIPLE files as attachment

Hi Guys, I would love an example as to how I can send multiple files in one email using perl. The file types are .csv I have read that mimencode is required? Is there any other way or is that it? Thanks :) (3 Replies)
Discussion started by: Tonka52
3 Replies