Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: SOAP::Lite Quickstart demo Use of uninitialized value in pattern match (m//)

by philosophia (Sexton)
on Jul 10, 2006 at 21:02 UTC ( [id://560235]=note: print w/replies, xml ) Need Help??


in reply to Re^3: SOAP::Lite Quickstart demo Use of uninitialized value in pattern match (m//)
in thread SOAP::Lite Quickstart demo Use of uninitialized value in pattern match (m//)

I fixed it, thanks for the debugging advice.

the uri line was wrong. it should look like
#!/usr/bin/perl -w # -- SOAP::Lite -- guide.soaplite.com -- Copyright (C) 2001 Paul Kulch +enko -- use SOAP::Lite; #use SOAP::Lite +trace => [qw/ debug method fault /]; print SOAP::Lite -> uri('http://tangerine.uchicago.edu/Demo') -> proxy('http://tangerine.uchicago.edu/cgi-bin/soaplite/hibye.cgi') -> hi() -> result;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-03-28 22:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found