NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
where's the real article.. (Score:3, Insightful)
Reply to This
Re:where's the real article.. (Score:3, Informative)
I used it both server-side (Windows NT) and client-side (Solaris).
I used SOAP::Transport::HTTP::CGI.
I needed to write a CGI script that integrated data from an Informix database on a Solaris box with data from a SQL Server database on an NT box. I first tried to serve the script on the NT box and connect to Informix remotely with DBD::Informix. We ran into a lot of problems installing DBD::Inf