Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Problem: SOAP via CGI with PERL

by mda2 (Hermit)
on Dec 14, 2005 at 18:15 UTC ( [id://516716]=note: print w/replies, xml ) Need Help??


in reply to Problem: SOAP via CGI with PERL

Usually SOAP::Lite require many modules. Can you execute via shell ?

If don't, try one code like code:

eval " use PM::Rio; "; if ( $@ ) { print "Required module PM::Rio unavailable...\n"; } else { print "Loaded ;)\n"; }

More info on SOAP::Lite prerequisites...

--
Marco Antonio
Rio-PM

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-03-29 10:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found