in reply to Problems with passing arguments to a subroutine in a perl package

Welcome to the Monastery !

Please post the actual error message - this would help us help you.

Most likely, you are using "strict", and not "export"ing GetIPadd.

If this is the case, please try calling it like this:

$target_ip1 = Utilities::utilities::GetIPadd(2);

             My goal ... to kill off the slow brain cells that are holding me back from synergizing my knowledge of vertically integrated mobile platforms in local cloud-based content management system datafication.

  • Comment on Re: Problems with passing arguments to a subroutine in a perl package
  • Download Code