in reply to SOAP Lite Object reference Error

I am trying to find the version of the modules ...

Perl -MMODULE -e 'Print SOAP::Lite'

I think that should be

perl -MSOAP::Lite -e 'print $SOAP::Lite::VERSION'

Replies are listed 'Best First'.
Re^2: SOAP Lite Object reference Error
by ikegami (Patriarch) on Jun 03, 2009 at 22:21 UTC
    perl -e'use SOAP::Lite 99'
    is a convenient shortcut.