in reply to
requires in mod_perl
Do you have a package declaration in wiredata_mysql_lib.pl?
Comment on
Re: requires in mod_perl
Replies are listed 'Best First'.
Re: Re: requires in mod_perl
by
Anonymous Monk
on Sep 05, 2003 at 12:25 UTC
Because if you don't, the first file to require the library will put the functions in its package, while the next one will see that it is already loaded and do nothing.
[reply]
In Section
Seekers of Perl Wisdom