On Fri, Jun 21, 2002 at 09:49:27AM -0400, Drew Taylor wrote:
> Have you checked that GDBM_File is actually exporting symbols to your 
> package? It seems obvious that it's not doing it by default. Try specifying 
> the symbols you want imported in the "use" line. "use GDBM_File qw(Symbol1 
> Symbol2);"

that's what I thought too... but:

(from /usr/lib/perl5/5.00503/i386-linux/GDBM_File.pm)

@EXPORT = qw(
        GDBM_CACHESIZE
        GDBM_FAST
        GDBM_INSERT
        GDBM_NEWDB
        GDBM_READER
        GDBM_REPLACE
        GDBM_WRCREAT
        GDBM_WRITER
);

Any other ideas?

-- 
Dan Boger
[EMAIL PROTECTED]

Reply via email to