Help for this page

Select Code to Download


  1. or download this
    sub _listening {
        my $s = IO::Socket::INET->new(
    ...
        close $s;
        return 1;
    }
    
  2. or download this
    sub _listening {
        my $ok = 0;
    ...
        }
        return $ok;
    }
    
  3. or download this
        $sock->blocking(1) if $blocking;
    
  4. or download this
        /usr/local/lib/perl5/5.8.3/i386-freebsd
        /usr/local/lib/perl5/5.8.3
    ...
        /usr/local/lib/perl5/site_perl/5.6.1
        /usr/local/lib/perl5/site_perl/5.005
        /usr/local/lib/perl5/site_perl
    
  5. or download this
    BEGIN {
        @INC = (qw(
    ...
            .
        ));
    }