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)