in reply to Re: Creating my own perl module, having issues with SOAP tho
in thread Creating my own perl module, having issues with SOAP tho

Do you have an example of how to set this up correctly? Im kinda new to scripting in OOP style
  • Comment on Re^2: Creating my own perl module, having issues with SOAP tho

Replies are listed 'Best First'.
Re^3: Creating my own perl module, having issues with SOAP tho
by jhyland87 (Sexton) on Dec 31, 2011 at 07:14 UTC

    Ohhh hold on, I get it. In my Subroutine in the perl module, it needs to be...

    ... my ($self, $server, $user, $pass) = (@_); ...

    Ill try that tomorrow at work and let you know how it goes