in reply to Re^2: How to use Perl instead of Coldfusion.
in thread How to use Perl instead of Coldfusion.
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:
root@email# /usr/opt/perl5_32/bin/cpanp -i BERLE/SOAP-Simple-0.00_03.t +ar.gz [MSG] No '/root/.cpanplus/custom-sources' dir, skipping custom sources [MSG] No '/root/.cpanplus/custom-sources' dir, skipping custom sources [MSG] No '/root/.cpanplus/custom-sources' dir, skipping custom sources Installing SOAP::Simple (0.00_03) *** Install log written to: /root/.cpanplus/install-logs/SOAP-Simple-0.00_03-1368612787.log Module 'SOAP::Simple' installed successfully No errors installing all modules root@email# pyrperl PM_soap_example.plx Couldn't load class (SOAP::Simple::Trait) because: Can't locate XML/Co +mpile/WSDL11.pm in @INC (@INC contains: /usr/opt/perl5_32/lib/site_pe +rl/5.12.2/i686-linux /usr/opt/perl5_32/lib/site_perl/5.12.2 /usr/opt/ +perl5_32/lib/5.12.2/i686-linux /usr/opt/perl5_32/lib/5.12.2 .) at /us +r/opt/perl5_32/lib/site_perl/5.12.2/SOAP/Simple/Trait.pm line 5. BEGIN failed--compilation aborted at /usr/opt/perl5_32/lib/site_perl/5 +.12.2/SOAP/Simple/Trait.pm line 5 . Compilation failed in require at /usr/opt/perl5_32/lib/site_perl/5.12. +2/SOAP/Simple/Base.pm line 3. BEGIN failed--compilation aborted at /usr/opt/perl5_32/lib/site_perl/5 +.12.2/SOAP/Simple/Base.pm line 3. Compilation failed in require at /usr/opt/perl5_32/lib/site_perl/5.12. +2/SOAP/Simple.pm line 6. BEGIN failed--compilation aborted at /usr/opt/perl5_32/lib/site_perl/5 +.12.2/SOAP/Simple.pm line 6. Compilation failed in require at PM_soap_example.plx line 9. BEGIN failed--compilation aborted at PM_soap_example.plx line 9. root@email#
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to use Perl instead of Coldfusion.
by Anonymous Monk on May 16, 2013 at 04:29 UTC | |
by flexvault (Monsignor) on May 16, 2013 at 16:39 UTC | |
by Anonymous Monk on May 16, 2013 at 17:19 UTC |