On Saturday, June 8, 2002, at 02:07 , Joey Tesmer wrote:
[..]
> I am new to the list *bows* so please don't hurt me :)

We take no prisoners....
We can't afford the cost of maintaining them... 8-)

> My first question...I manage the dedicated Half-Life server at LAN
> parties so being as lazy as I am I want to make things easier for
> myself, so I decided to make a script in Perl that would change the map
> on the server. However, I don't know how to send a command to a
> proccess(sp?), so my question is...Can Perl send commands to other
> proccesses(sp?); And if anyone out there knows anything about Half-Life
> Dedicated Server, will this idea work?

the answer is - yes perl can send commands to other processes.

cf: perldoc -f system

kvetching available at:
http://www.wetware.com/drieux/pbl/Sys/DealingWithErrorsInSys.txt
        
        perldoc IO::Socket

but you may wish to start with

        perldoc perl

for the initial topology of perl's internal documentation world.

the questions are:

        a) how do you send commands to it now?
        b) what is a half-life dedicated server?
        c) what is a LAN Party?

If you do something at the command line - then you
can all but script this 'change map' in your sleep....

{ when I was young 'half-life' dealt with radiation,
and a LAN party was that fun filled and exciting time trying
to get the network back up... so mixing and matching.... }

ciao
drieux

http://www.wetware.com/drieux/pbl/

--------------

This space left intentionally blank.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to