NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node was taken out by the NodeReaper on May 26, 2021 at 21:48 UTC

You may view the original node and the consideration vote tally.

  • Comment on Reaped: (duplicate) Help with passing of ports and xml files...

Replies are listed 'Best First'.
Re: Help with passing of ports and xml files...
by perrin (Chancellor) on Nov 22, 2001 at 03:19 UTC
    Have you considered making this a CGI or mod_perl handler? That's the easiest. Otherwise, you could use a perl RPC thing (PlRPC) if both clients are in perl, or a SOAP or RPC-XML thing if not.