in reply to Re: How to use Perl instead of Coldfusion.
in thread How to use Perl instead of Coldfusion.
Pretty much the same way, almost, read the cookbook
Also all day installing ? cpanp -i BERLE/SOAP-Simple-0.00_03.tar.gz
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to use Perl instead of Coldfusion.
by flexvault (Monsignor) on May 15, 2013 at 10:52 UTC | |
Thanks for the heads-up and I will read the cookbook. But to see if I would finally have some success, I installed using your 'cpanp' suggestion and the results are below:
It was looking for 'SOAP::Simple::Trait' and 'XML/Compile/WSDL11.pm' that consumed the day. I'm not complaining, just explaining. Thanks for the help. Thank you...Ed "Well done is better than well said." - Benjamin Franklin | [reply] [d/l] |
by Anonymous Monk on May 16, 2013 at 04:29 UTC | |
It was looking for 'SOAP::Simple::Trait' and 'XML/Compile/WSDL11.pm' that consumed the day. I'm not complaining, just explaining. Thanks for the help. Hmm, SOAP::Simple::Trait comes with SOAP::Simple XML::Compile::WSDL11 is part of XML::Compile::SOAP, which is listed as a requirement for SOAP::Simple Maybe you want to grep Install /root/.cpanplus/install-logs/SOAP-Simple-0.00_03-1368612787.log to see where all those files ended up, and then adjust your @INC accordingly | [reply] [d/l] |
by flexvault (Monsignor) on May 16, 2013 at 16:39 UTC | |
I followed your advice and it didn't install. I probably caused a problem by trying to manually install. So I used a different Perl (5.14.2) that was on that system and everything installed. The results of executing your code with the correct information is as followed: Unfortunately, I don't have a clue what this means. I guess the 'error:' says it didn't work! Regards...Ed "Well done is better than well said." - Benjamin Franklin | [reply] [d/l] |
by Anonymous Monk on May 16, 2013 at 17:19 UTC | |