http://qs321.pair.com?node_id=1155130


in reply to Problems with RHEL7 and multi-function modules

Try using lib like so:

... use lib 'path/to_pm_file'; use pm_file; ... # the rest is taken care of...

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me

Replies are listed 'Best First'.
Re^2: Problems with RHEL7 and multi-function modules
by Anonymous Monk on Feb 17, 2016 at 14:22 UTC

    Thank you for your help. This did get me by that issue. Now my program is complaining about something else which I suspect is a server setup problem so I have some more digging to do. But I do appreciate the help with this problem!