in reply to Low-Budget Multiplayer Client/Serve Solution for Web Server-Side Perl

Consider SOAP, and especially SOAP::Lite to create your server, your Perl client code, and of course SOAP is cross-language these days as well.

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: Low-Budget Multiplayer Client/Serve Solution for Web Server-Side Perl

Replies are listed 'Best First'.
Re: Re: Low-Budget Multiplayer Client/Serve Solution for Web Server-Side Perl
by Anonymous Monk on May 09, 2001 at 00:21 UTC
    Cool, looks exactly like what I'll need. I'm not sure if my host supports it (or whether that's an issue), but I'll spend the time checking it out.
    Thx, jojo