Re: Problem running the socket programming

2003-06-06 Thread anil adenan
The perl version of the server is 5.005_02. And now it gives error message - Can't locate Socket.pm in @INC (@INC contains: /opt/perl5/lib/5.00502/PA-RISC1.. - Any ideas on this error? "LoBue, Mark" wrote: > > -Original Message- > > From: anil adenan [mailto

Re: Problem running the socket programming

2003-06-04 Thread anil adenan
In that case, I need to ask our client that they need to find the perl5 in the HP-UX and make reference to that path right? "LoBue, Mark" wrote: > > -Original Message- > > From: anil adenan [mailto:[EMAIL PROTECTED] > > Sent: Sunday, June 01, 2003 6:10 PM >

Re: Problem running the socket programming

2003-06-02 Thread anil adenan
lename[0])){ die("file does not exist");} elsif (!(-d $filename[0])){ die ("directory"); } else{ die ("cannot open the file");} } # print SOCK ($myFile); while() { print SOCK or die "cannot pri

Re: Problem running the socket programming

2003-05-31 Thread anil adenan
I dont understand. Where or how do we create this link ( ln -s /opt/perl/bin/perl /usr/bin/perl)? "LoBue, Mark" wrote: > > -Original Message- > > From: Bob Showalter [mailto:[EMAIL PROTECTED] > > Sent: Friday, May 30, 2003 11:08 AM > > To: 'LoBue, Mark'; [EMAIL PROTECTED] > > Subject:

Problem running the socket programming

2003-05-30 Thread anil adenan
Hello, I have a socket programming that is running smoothly in our clients HP UX version 10.20 machine. They are now migrating to a new server and HP UX 11.11. The problem is that the socket program is now not working. It gave the error message- perl: not found. I've created a testing per