I'm trying to invoke a subroutine from a module that I had made. But I keep on getting the error:
Can't use string ("SessionTool") as a HASH ref while "strict refs" in use at SessionTool.pm line 17
How can I create an OOP module that allows me to invoke a method directly without creating the object?