GeoDB::Display::Dump.3pm

Langue: en

Version: 2008-11-19 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

Sommaire

NAME

Dump - Dump the contents of the search set

DESCRIPTION

START HELP
   Example 1:
   geoqo -d dump
 
   Example 2:
   geoqo -d dump:short=1
 
   Example 3:
   geoqo -d dump:format=perl
 
 

The Dump display type dumps the contents of a set of waypoints. This is primarily a debugging mechanism.

Options:

short=1
Makes everything fit on one 80column line per item. This will truncate field values to something short enough to do this.
format=perl
Uses Data::Dumper to show the output in perl structure form. For the expert.

END HELP