Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

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

by philosophia (Sexton)
on Jul 10, 2006 at 19:22 UTC ( [id://560206]=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//)

No. Running 'perl hibye.pl' just returns me to a command prompt.

The SOAP Server script -hibye.cgi - it is trying to contact looks like

#!/usr/bin/perl -w # -- SOAP::Lite -- guide.soaplite.com -- Copyright (C) 2001 Paul Kulch +enko -- use SOAP::Transport::HTTP; SOAP::Transport::HTTP::CGI -> dispatch_to('Demo') -> handle; package Demo; sub hi { return "hello, world"; } sub bye { return "goodbye, cruel world"; } sub languages { return ("Perl", "C", "sh"); } ~
so running the hibye.pl script from the command prompt should generate a message.
  • Comment on Re^4: SOAP::Lite Quickstart demo Use of uninitialized value in pattern match (m//)
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (1)
As of 2024-04-25 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found