please provide more information on your question like what type of output u want? what database are u using? <p>ttest<br><a href=mailto: > </a><br><a href= > </a><br> happy programming
Try the DBI module. Look up the perldocs on it to learn how to use it. If it's not installed, you can get it from CPAN. (perl -MCPAN -eshell, install DBI)<br><br>If you only want to perform read/write operations and don't care about performing selects and other relations, then you can simply write it to a text file.<br><br>Sincerely,<br><br>Tom Anderson<br>CEO, Order amid Chaos, Inc.<br><A HREF="
if your database is a perl written database (.pag) try
dmbopen(%main,'main',0666); #to open the database file
#"main" being the database
dmbclose(%main); #to close the database file
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.