> > How do you know it isn't being loaded? > > - Perrin > >
In startup.pl there are some modules called and they were also called from my script file. So, I deleted the use syntax from my script file so that the modules only were called from startup.pl. If I have an error like 'Can't locate object method via package', I guess that startup.pl isn't being loaded. Thanks for your help.