in reply to
Module Confusion?
ACC_Various::&update_report("$logfile","$msg",1,1,0)
should be
ACC_Various::update_report("$logfile","$msg",1,1,0)
or
&ACC_Various::update_report("$logfile","$msg",1,1,0)
Comment on
Re: Module Confusion?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom