Cross Reference: inetd
xref
: /
osnet-11
/
usr
/
src
/
cmd
/
perl
/
5.8.4
/
distrib
/
lib
/
Net
/
demos
/
inetd
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#!/
usr
/
local
/
bin
/
perl
use
Net
::
DummyInetd
;
use
Net
::
SMTP
;
$p =
new
Net
::
DummyInetd
qw
(/
usr
/
lib
/
sendmail
-
ba
-
bs
)
;
$smtp
=
Net
::
SMTP
->
new
(
'localhost'
,
Port
=> $p->
port
,
Debug
=>
7
)
;
$smtp
->
quit
;