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
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;
|
---|
In Section
Seekers of Perl Wisdom