Re: Fwd: AUTOLOAD error in a module

2004-01-18 Thread Luca Ognibene
On Sun, Jan 18, 2004 at 10:08:53AM -0800, drieux wrote: > >On Jan 18, 2004, at 9:32 AM, Luca Ognibene wrote: > >> > >>package gai; > >>require Exporter; > >>require DynaLoader; > >>@ISA = qw(Exporter DynaLoader); > >>package gai; > >>bootstrap gai; > >>package gai; > >>@EXPORT = qw( ); > >>1; > >

Fwd: AUTOLOAD error in a module

2004-01-18 Thread drieux
Sometimes life is Ironic. I had meant to send this to the list, sent it, and then remembered that I wanted to add something. As a general rule of good form, one should leave all upper case package names to "sections" and all lower case package names to 'pragma' - as such one may want to think about