Thanks very much for the script. I tried this with the following out come
perl -w server.pl localhost
outcome: failed
perl -w server.pl valera
outcome: failed
perl -w client.pl localhost
outcome: accepted
perl-w client.pl valera
outcome: accepted
Was this an expected outcome?
Thanks
NLC