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

Don't use /usr/contrib/bin/perl.  In HP-UX, that one is version 4 (and only
in the path if logged in as root).  Not sure why they still put that there,
but it is there in every HP-UX system I've seen, yet a newer perl is usually
somewhere else.

And, since you require 5.002, it won't run at all.

-Mark

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to