GPS-Babel
view release on metacpan or search on metacpan
unattended or where the user doesn't have this kind of control you
should make the choice of filter explicit by passing "in_format" and/or
"out_format" options to "read", "write" and "convert" as appropriate.
INTERFACE
"new( { options } )"
Create a new "GPS::Babel" object. Optionally the exename option may
be used to specify the full name of the gpsbabel executable
my $babel = GPS::Babel->new({
exename => 'C:\GPSBabel\gpsbabel.exe'
});
"check_exe()"
Verify that the name of the gpsbabel executable is known throwing an
error if it isn't. This is generally called by other methods but you
may call it yourself to cause an error to be thrown early in your
program if gpsbabel is not available.
"get_info()"
Returns a reference to a hash that describes the capabilities of
lib/GPS/Babel.pm view on Meta::CPAN
=head1 INTERFACE
=over
=item C<new( { options } )>
Create a new C<GPS::Babel> object. Optionally the exename option may
be used to specify the full name of the gpsbabel executable
my $babel = GPS::Babel->new({
exename => 'C:\GPSBabel\gpsbabel.exe'
});
=item C<check_exe()>
Verify that the name of the gpsbabel executable is known throwing an
error if it isn't. This is generally called by other methods but you may
call it yourself to cause an error to be thrown early in your program if
gpsbabel is not available.
=item C<get_info()>
( run in 0.235 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )