GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BBS::Client(3) User Contributed Perl Documentation BBS::Client(3)

BBS::Client - A Client Module For BBS Systems

        use BBS::Client;
        my $o = BBS::Client->new( {
                        host => 'bs2.to',
                        sys =>  'bs2' ,  # system type ( ptt or maple )
                        });

        if( $o->login($user,$pass) ) {

                $o->enter_board($board);
                $o->fetch_articles( $start , $end );

        } else {

                print "failed..\n";

        }

To connect with BBS systems to backup articles , I wrote this module , which is implemented with Net::Telnet. You can fetch articles from BBS Systems , such like ptt.cc , ptt2.cc and bs2.to

This module works on different BBS Systems by given specific scheme to emit corresponding behaviors. You can also add your scheme to this module. ( BBS::Client::Scheme )

Net::Telnet

Cornelius, <cornelius.howl@gmail.com>

Copyright (C) 2007 by Cornelius

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.

2007-11-30 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.