Help for this page

Select Code to Download


  1. or download this
    use SOAP::Lite on_action => sub{join '', @_};
    
  2. or download this
    my $soap = SOAP::Lite->new(%options)->uri($uri)->proxy($server)->on_ac
    +tion(sub{join ' ', @_});