tandx has asked for the wisdom of the Perl Monks concerning the following question:
-----------------error message-------
"Insecure dependency in eval while running with -T switch at C:/Perl/lib/SOAP/Lite.pm line 2526. "
-----------------perl code-----------
#!/usr/local/bin/perl -w use SOAP::Lite; my $service = SOAP::Lite-> service("http://xml.nig.ac.jp/" . "wsdl/GetEntry.wsdl"); $result = $service->getFASTA_CDSEntry("BN000101"); print $result;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with SOAP::Lite
by ww (Archbishop) on Oct 05, 2011 at 14:43 UTC | |
by tandx (Novice) on Oct 05, 2011 at 17:16 UTC | |
|
Re: Problem with SOAP::Lite
by Anonymous Monk on Oct 05, 2011 at 14:56 UTC |