> -----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.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 perl that wud just display 'Hello > World' and > it works. Please help.
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 point to the new perl. Maybe this is your problem? -Mark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]