- or download this
sub _listening {
my $s = IO::Socket::INET->new(
...
close $s;
return 1;
}
- or download this
sub _listening {
my $ok = 0;
...
}
return $ok;
}
- or download this
$sock->blocking(1) if $blocking;
- 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
- or download this
BEGIN {
@INC = (qw(
...
.
));
}