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
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
>
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
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:
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