Re: dbmopen problem - solved

2003-12-11 Thread Joel Newkirk
On Thu, 2003-12-11 at 14:06, drieux wrote: > On Dec 10, 2003, at 11:34 PM, Joel Newkirk wrote: > [..] > > I found my problem - apparently webmin was doing "use GDBM_File;" for > > me, which is why it worked in the webmin module, and since I wasn't > > including either that or the webmin "web-lib.pl

Re: dbmopen problem - solved

2003-12-11 Thread drieux
On Dec 10, 2003, at 11:34 PM, Joel Newkirk wrote: [..] I found my problem - apparently webmin was doing "use GDBM_File;" for me, which is why it worked in the webmin module, and since I wasn't including either that or the webmin "web-lib.pl" it was defaulting to a different DB format, hence the "Fi

Re: dbmopen problem - solved

2003-12-11 Thread Joel Newkirk
On Wed, 2003-12-10 at 20:58, Joel Newkirk wrote: > On Mon, 2003-12-08 at 01:06, Joel Newkirk wrote: > > Now I'm working on a console command to offer the same functionality > > (only needing to read the rules, not write) using the same dbm. I've > > used precisely the same subroutine as in the w