NAME
db_util - some utilities for DB_File managing
SYNOPSIS
$ db_util keys dbfile.db > keys.txt
$ db_util get dbfile.db key > value.txt
DESCRIPTION
Some basic tools useful when you have DB_Files with textual data and need to debug or access their contents, and you are not willing to create a script for that task.
COMMANDS
keys
Given a list of dbfiles, list their keys, one per line, to the standard output.
get
Given a dbfile and a specific key, prints the respective value to the standard output.
SEE ALSO
DB_File::Utils (3)
AUTHOR
Alberto Simões <ambs@cpan.org>