RE: socket help, last time i promise ;)

2002-02-06 Thread Scott L Ryan
quot;) { system("/usr/local/bin/onenet/OTN/dialin_changepassword.pl $ldapargs{uid} $ldapargs{pass word} $ldapargs{consult}"); } } } Regards, Scott L Ryan OneTel.Net ISP Engineer -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED]] Sent: 06 February 20

RE: socket help, last time i promise ;)

2002-02-06 Thread Bob Showalter
> -Original Message- > From: Scott L Ryan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 7:29 AM > To: [EMAIL PROTECTED] > Subject: socket help, last time i promise ;) > > > I want to display a message when a client connects to the server. >

Re: socket help, last time i promise ;)

2002-02-06 Thread walter valenti
Scott L Ryan wrote: >I want to display a message when a client connects to the server. > >msg> > >right now, I cannot seem to display that message until I have received >something from the client and I want to display it before the client >sends anything. puzzling.. > >#!/usr/local/bin/perl >

socket help, last time i promise ;)

2002-02-06 Thread Scott L Ryan
I want to display a message when a client connects to the server. msg> right now, I cannot seem to display that message until I have received something from the client and I want to display it before the client sends anything. puzzling.. #!/usr/local/bin/perl use Socket; if (!@ARGV) { pr