What is the correct way to pass arguments in OO? Is there a practise
I am missing. The reading and examples I have seen still use shift so
I think I am sending the args incorrectly but if I don't quote them
only the first argument comes through.
Hello,
To see what was exactly passed into yo
Hi,
I am trying my hand a SOAP::Lite and wanted some enlightenment.
I have created a test file (soaptest.pl) which acts as a server.
soaptest has a subroutine called ReNameTiff which needs 2 arguments,
a path to the original file and a new name for the file. Because
SOAP::Lite is OO strange th