I am trying to consume a web service in PERL. The code I am using is below. It doesn't return anything. Does anyone see any problems with the syntax or can point me to simular example that works.
#!/usr/bin/perl
use WebService::ServiceProxy;
print "Content-type: text/html","\n\n";
print...
Hi,
I recently just moved all my perl scripts to a new server and the Net::SMTP email is no longer working.
The following code returns no value.
use Net::SMTP;
$smtp = Net::SMTP->new(localhost:25);
I set up the new local SMTP server in IIS just as I did on the old server. If anyone has...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.