On Fri, Jun 21, 2002 at 11:39:52AM -0400, Sherm Pendley wrote: > On Friday, June 21, 2002, at 09:26 AM, Dan Boger wrote: > > >have to specify the package, considering I "use"ed the GDBM_File module, > >and it should have exported it's symbols to my namespace? > > Here's a silly question for ya - do you have your 'package' and 'use' > statements in the wrong order? If 'use' comes before 'package', the > symbols from GDBM_File will be exported into the main package, instead > of 'Peeron::Lib'.
we have a winner! that was it - never occured to me that the order matters, since I'm so used to "use" being parsed at compile time... never thought about "package" :) Thanks a lot! -- Dan Boger [EMAIL PROTECTED]
