in reply to Syntax used by SOAP::Lite

The configuration setter functions all return the object which calls them, so method calls may be stacked like that. That is a design choice that I don't particularly like, but it does permit a high code density with a sparse appearance. The -> operator is indeed dereference, as with any perl method call.

After Compline,
Zaxo