NAME
bbscomd - PlClient remote access daemon
SYNOPSIS
% bbscomd [-p port] [-f] MELIX /home/melix
DESCRIPTION
The bbscomd starts a OurNet::BBS::PlServer daemon listening on the specified port (default 7978). Remote users could then start using OurNet::BBS::PlClient to connect, e.g.:
use OurNet::BBS;
use OurNet::BBS::PlClient;
my $Remote_BBS = OurNet::BBS::PlClient('remote.org');
If the -f
flag is specified, bbscomd will fork a new process to run as daemon.
Please refer to OurNet::BBS modules for more information on usages.
AUTHORS
Autrijus Tang <autrijus@autrijus.org>
COPYRIGHT
Copyright 2001 by Autrijus Tang <autrijus@autrijus.org>.
All rights reserved. You can redistribute and/or modify this module under the same terms as Perl itself.