82dee7de92a0bd35 failed to add ext/lib/Makefile.PL. Oops.
[p5sagit/p5-mst-13.2.git] / ext / libnet / demos / inetd
CommitLineData
406c51ee 1#!/usr/local/bin/perl
2
3use Net::DummyInetd;
4use Net::SMTP;
5
6$p = new Net::DummyInetd qw(/usr/lib/sendmail -ba -bs);
7
8$smtp = Net::SMTP->new('localhost', Port => $p->port, Debug => 7);
9$smtp->quit;