On Thu, Jun 08, 2006 at 02:54:06PM +0200, William Paulsen (W) wrote: > > I'm trying to write a perl script that will run on one server but can > instruct either socker server deamon on another server to exec any one > of three applications on a different box. The reason for this is the > password changes every month and the scripts that I'm currently using > fails because of that. Is this possible in perl?
Yes, it's possible. I'm sure it's also possible in Haskell, OCaml, Java, VB.NET, and Logo. What exactly is it that you're having trouble doing? Is it the client script that you're having trouble writing or the server that accepts commands from the client? If the server, is it accepting input from the client or executing applications that is the problem? If the client, is it network connectivity or interfacing with the server? Is it more than one of the above? Is it something else entirely? I'm afraid your question isn't very clear. I don't even know if I have the information you actually want -- unless the "yes" answer to your "yes or no" question above is the answer you want. -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] "Real ugliness is not harsh-looking syntax, but having to build programs out of the wrong concepts." - Paul Graham -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>