Subject: | Documentation for "+trace" |
The documentation page for SOAP::Trace suggests:
Or, the following will also do the trick:
use SOAP::Lite +trace;
Unfortunately, this does not work with "use strict":
$ perl -e 'use strict; use SOAP::Lite +trace;'
Bareword "trace" not allowed while "strict subs" in use at -e line 1.
Execution of -e aborted due to compilation errors.
So probably should not be suggested at all.
Regards,
Slaven