Re: Problem running the socket programming

2003-06-06 Thread anil adenan
:[EMAIL PROTECTED] > > Sent: Sunday, June 01, 2003 6:10 PM > > To: R. Joseph Newton > > Cc: LoBue, Mark; 'Bob Showalter'; [EMAIL PROTECTED] > > Subject: Re: Problem running the socket programming > > > > > > In that case, the path is not the cause o

Re: Problem running the socket programming

2003-06-04 Thread anil adenan
; > To: R. Joseph Newton > > Cc: LoBue, Mark; 'Bob Showalter'; [EMAIL PROTECTED] > > Subject: Re: Problem running the socket programming > > > > > > In that case, the path is not the cause on why my socket program wont > > work. I've change the fi

RE: Problem running the socket programming

2003-06-04 Thread LoBue, Mark
> -Original Message- > From: anil adenan [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 01, 2003 6:10 PM > To: R. Joseph Newton > Cc: LoBue, Mark; 'Bob Showalter'; [EMAIL PROTECTED] > Subject: Re: Problem running the socket programming > > > In that c

Re: Problem running the socket programming

2003-06-02 Thread James Edward Gray II
Since I'm coming into this conversation late, can you tell me what's wrong with the program? What kind of errors are you getting? James On Sunday, June 1, 2003, at 08:09 PM, anil adenan wrote: In that case, the path is not the cause on why my socket program wont work. I've change the first li

Re: Problem running the socket programming

2003-06-02 Thread anil adenan
In that case, the path is not the cause on why my socket program wont work. I've change the first line (the path) to the perl interpreter but it still wont work. Below is the snippet of the code, in case I am missing anything. --code-- #!/usr/contrib/bin/perl -w require 5.002; use strict; use So

Re: Problem running the socket programming

2003-06-01 Thread R. Joseph Newton
anil adenan wrote: > I dont understand. Where or how do we create this link ( ln -s > /opt/perl/bin/perl /usr/bin/perl)? No. Read again: > The perl installation will create this link for you, BTW. > > > Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: Problem running the socket programming

2003-05-31 Thread anil adenan
e, Mark'; [EMAIL PROTECTED] > > Subject: RE: Problem running the socket programming > > > > > > LoBue, Mark wrote: > > > ... > > > On my HP-UX systems, the location of perl changed from 10.2 to 11 > > > > > > 10.2 = /usr/local/bin/per

RE: Problem running the socket programming

2003-05-31 Thread LoBue, Mark
> -Original Message- > From: Bob Showalter [mailto:[EMAIL PROTECTED] > Sent: Friday, May 30, 2003 11:08 AM > To: 'LoBue, Mark'; [EMAIL PROTECTED] > Subject: RE: Problem running the socket programming > > > LoBue, Mark wrote: > > ... > > On

RE: Problem running the socket programming

2003-05-31 Thread Bob Showalter
LoBue, Mark wrote: > ... > On my HP-UX systems, the location of perl changed from 10.2 to 11 > > 10.2 = /usr/local/bin/perl > > 11 = /opt/perl/bin/perl > > And, I couldn't add a link because /opt and /usr are 2 different > logical volumes, so, I had to change the first line of my scripts to > po

RE: Problem running the socket programming

2003-05-31 Thread LoBue, Mark
> -Original Message- > From: anil adenan [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 29, 2003 8:43 PM > To: [EMAIL PROTECTED] > Subject: Problem running the socket programming > > > Hello, > I have a socket programming that is running smoothly in > our clients > HP UX version 10.