NAME browse_db.cgi SYNOPSYS copy this script in a CGI directory and make it executable by the web server You will need 2 files: * a password file, which holds the password for the DB (must be readable by the server) * a file to store the queries (the server must have write access to it) PRE-REQUISITE * A web server * A database * Perl modules: CGI, DBI, Data::Denter (available from CPAN), a DBD to the database AUTHOR Michel Rodriguez Copyright (c)2000-2002 Michel Rodriguez. All rights reserved. LICENSE This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.