http://www.perlmonks.org?node_id=1043028


in reply to Re^7: SOAP lite with WCF
in thread SOAP lite with WCF

I've been using Perl for all of 2 days. Maybe you could explain the function and what its doing as its not very intuitive?
-> on_action( sub { join '.ProcessMessage', 'urn::sdp:profilemanag +er:requestmanager:100818.ProfileScopeServiceContract', $_[1] } )
Where am using the variable $_[0] you mention?

Replies are listed 'Best First'.
Re^9: SOAP lite with WCF
by Anonymous Monk on Jul 08, 2013 at 04:36 UTC

    Where am using the variable  $_[0] you mention?

    Well, it looks like you're not, but it looks like you are using  $_[1], so what is the value of  $_[1]?