NAME
export.pl - Export the SQLite database as HTML
SYNOPSIS
export.pl [options]
Options:
-csv_file $aFileName
-help
-jquery $Boolean
-verbose $integer
-web_page_file $aFileName
All switches can be reduced to a single letter.
Exit value: 0.
Default input: share/lingua.en.givennames.sqlite.
Default output: Screen.
OPTIONS
- o -csv_file $aFileName
-
A CSV file name, to which given name data will be written.
You must specify a file with either -c or -w.
Default: ''.
- o -help
-
Print help and exit.
- o -jquery $Boolean
-
If set to 1, output jQuery-friendy HTML table stuff embedding the value of jquery_url from the config file.
Default: 0.
- o -verbose $integer
-
Print more or less progress reports.
Default: 0.
- o -web_page_file $aFileName
-
A HTML file name, to which given name data is to be output.
You must specify a file with either -c or -w.
Default: ''.