Re: sockets on an HPUX

2004-01-09 Thread John W. Krahn
[EMAIL PROTECTED] wrote: > > People of the Perl, Hello, > does anyone have a perl program that will create a socket ( srwxr-xr-x ) > for a HPUX 11.0 system? I am in need of this! I have looked into system > calls such as mknod and mkfifo and these are not capable of creating these > special fi

Re: sockets on an HPUX (thanks for the port scanner!)

2004-01-09 Thread Goffredo Saffioti
McMahon, Chris ha scritto: Thank you Mr. Saffioti for the port-scanning code. I have been playing with some simple network programming scripts recently and your code below is much more elegant than mine. I'll be stealing parts of it very soon! =) -Chris maybe u can better apprecia

RE: sockets on an HPUX (thanks for the port scanner!)

2004-01-09 Thread McMahon, Chris
fredo Saffioti [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 10:52 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: sockets on an HPUX [EMAIL PROTECTED] ha scritto: >People of the Perl, > >does anyone have a perl program that will create a socket ( srwxr-xr-x ) >for a

Re: sockets on an HPUX

2004-01-09 Thread Goffredo Saffioti
[EMAIL PROTECTED] ha scritto: People of the Perl, does anyone have a perl program that will create a socket ( srwxr-xr-x ) for a HPUX 11.0 system? I am in need of this! I have looked into system calls such as mknod and mkfifo and these are not capable of creating these special files. Thank