in reply to Module Confusion?
As you have the use importing the update_report, you can also call it with:ACC_Various::update_report(...); &ACC_Various::update_report(...);
Update: As the error message is about Undefined subroutine &ACC_Heather::update_report I would say that your use is not doing the expected, or that you are not adding update_report to our @EXPORT or our @EXPORT_OK in ACC_Various.update_report(...);
|
|---|