Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Getting Data Names in SOAP::Lite

by rdfield (Priest)
on Jan 19, 2005 at 10:13 UTC ( [id://423321]=note: print w/replies, xml ) Need Help??


in reply to Re: Getting Data Names in SOAP::Lite
in thread Getting Data Names in SOAP::Lite

In my experience, you'd need to change that slightly:
sub procedure1{ my $class = shift; my %parameters = @_; my $var1 = $parameters{var1}; my $var2 = $parameters{var2}; } procedure1( var1 => 'value', var2 => 'value2' );
Note the extra shift in the definition of procedure1.

rdfield

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://423321]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-03-19 09:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found