Help for this page

Select Code to Download


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