GeoDB::Import::Base64.3pm

Langue: en

Version: 2009-11-10 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Base64 - import Base64 encoded files

DESCRIPTION

START HELP
   > cat message | geoqo -i base64:-
 
 

The base64 importer allows you to send mail messages with encoded pocket queries directly to geoqo for decoding, unzipping, extracting and importing.

Note: using this importer requires you to have MIME::Base64 installed on your system. Most modern perl packages contain this out of the box.

END HELP

Options:

tmpdir=DIR
The zip importer works by copying the zip file to a tmpdir and then unzipping it there. This is normally set to $HOME/.geoqo/tmpdir. This option lets you override that default.

END HELP

AUTHOR

Wes Hardaker (AKA Yamar) <hardaker ATAT users.sourceforge.net>