The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

admin-cgi/dumpdbm.pl - dump out DB(M) database entries and keys

SYNOPSIS

  admin-cgi/dumpdbm.pl [-f filename] [-h] [-t]
 

DESCRIPTION

This Perl program will dump out the contents of a DB(M) database, formatted as pretty-printed text, HTML, or HTML TABLES. It defaults to the ROADS indirection index guts/index.idr.

OPTIONS

-f filename

DB(M) database filename to operate on.

-h

Generate HTML.

-t

Generate HTML >= 3.2 tables.

BUGS

Because of the security problems associated with being able to read arbitrary files over the WWW, this program will only operate on an arbitrary file if the user is HTTP authenticated.

COPYRIGHT

Copyright (c) 1988, Martin Hamilton <martinh@gnu.org> and Jon Knight <jon@net.lut.ac.uk>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

It was developed by the Department of Computer Studies at Loughborough University of Technology, as part of the ROADS project. ROADS is funded under the UK Electronic Libraries Programme (eLib), the European Commission Telematics for Research Programme, and the TERENA development programme.

AUTHOR

Jon Knight <jon@net.lut.ac.uk>, Martin Hamilton <martinh@gnu.org>