Help for this page
use SOAP::Lite; ... my @res = $lite->Func($arg1,$arg2,@arg3); print "This is after running Func\n";