I assume you've read the docs? Try creating a test script and see if the 
symbols are getting exported. Perhaps setup some BEGIN blocks to make sure 
things are going as planned. Or use the debugger w/ said test script. It's 
quite powerful, but it does have a bit of a learning curve (I'm still a 
novice myself). Good luck.

Drew

At 09:52 AM 6/21/02 -0400, Dan Boger wrote:
>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
>);

======================================================================
Drew Taylor                  |  Freelance web development using
http://www.drewtaylor.com/   |  perl/mod_perl/MySQL/postgresql/DBI
mailto:[EMAIL PROTECTED]   |  Email jobs at drewtaylor.com
----------------------------------------------------------------------
Speakeasy.net: A DSL provider with a clue. Sign up today.
http://www.speakeasy.net/refer/29655
======================================================================

Reply via email to