Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.256.947 Times

WWW::BBSWatch 1.02

  Date Added: June 04, 2010  |  Visits: 817

WWW::BBSWatch

Report Broken Link
Printer Friendly Version


Product Homepage
Download (87 downloads)



WWW::BBSWatch can send, via email, messages posted to a WWW bulletin board. SYNOPSIS use WWW::BBSWatch; # should really be a subclass sub WWW::BBSWatch::article_list { # generates warning (rightly so) my $self = shift; my $content = shift; return ($$content =~ m%($self->{bbs_url}?read=d*)%gs);<br /> }<br /><br /> BBSWatch->new(-MAIL => me,<br /> -BBS_URL => http://www.foo.org/cgi-bin/bbs.pl)->retrieve;<br /><br />There are many interesting discussions that take place on World Wide Web Bulletin Boards, but I do not have the patience to browse to each article. I can process email and newsgroups many times faster than a WWW bulletin board because of the lag inherent in the web. Instead of ignoring this wealth of information, WWW::BBSWatch was created. It will monitor a World Wide Web Bulletin Board and email new postings to you. The email headers are as correct as possible, including reasonable From, Subject, Date, Message-Id and References entries.<br /><br />This module requires LWP::UserAgent and MIME::Lite.<br /><br />INTERFACE<br /><br />$b = WWW::BBSWatch->new<br /><br />Arguments are:<br /><br />-BBS_URL: The URL of the bulletin boards index page. This field is required.<br />-MAIL: The email address to send mail to<br />-MDA: Sets the mail delivery agent by calling MIME::Lite::send(HOW, HOWARGS). If a scalar value is passed in, it is passed as send( sendmail?, $mda_value). If an array ref is provided, send(@$mda_value) is called. -DB: Basename of the database that keeps track of visited articles -WARN_TIMEOUT: Number of seconds before warning message is sent proclaiming inability to contact BBS_URL page. Default is 10,800 (3 hours). -MAX_ARTICLES: Maximum number of articles to send in one batch. Default is essentially all articles. -VERBOSE: Controls the amount of informative output. Useful values are 0, 1, 2. Default is 0 (completely silent). $b->. Yes

Requirements: No special requirements
Platforms: Linux
Users rating: 0/10

License: Freeware Size: 7.17 KB
USER REVIEWS
More Reviews or Write Review


WWW::BBSWATCH RELATED
Network & Internet  -  WWW::PkgFind 1.3
WWW::PkgFind watches Web sites, FTP sites, GIT repositories, etc. for new code releases, and downloads them. In other words, its like a Web spider tuned for downloading software packages and patches. WWW::PkgFind is also able to generate a queue...
13.31 KB  
Libraries  -  WWW::Search::Nomade 1.3
WWW::Search::Nomade is a Perl class for searching Nomade. SYNOPSIS use WWW::Search; my $oSearch = new WWW::Search(Nomade); $oSearch->maximum_to_retrieve(100); #$oSearch ->{_debug}=1; # Create request...
4.1 KB  
E-Mail Tools  -  ezmlm-www 1.4.5
ezmlm-www provides a Web interface to ezmlm mailing list archives. It is MIME compliant (with HTML rendering, attachment handling, inline images), multilingual (English, Spanish, Italian, German, Brasilian Portuguese, French, and Norwegian), and...
15.36 KB  
Libraries  -  WWW::Rafb 0.02
WWW::Rafb is a Perl interface for rafb pasting site ( rafb.net/paste ). SYNOPSIS # create object with the paste information my $paste = WWW::Rafb->new( language => perl, nickname => Di42lo, description => my first script in perl, tabs =>...
3.07 KB  
Libraries  -  WWW::RaptureReady 0.1
WWW::RaptureReady is a Perl interface to Rapture Readys Rapture Index. SYNOPSIS use WWW::RaptureReady; my $rr = WWW::RaptureReady->new; print "URL: ", $rr->url, "n", "Current Index: ", $rr->index, "n", "Index Change: ", $rr->change, "n",...
8.19 KB  
Libraries  -  Test::WWW::Accessibility 0.11_01
Test::WWW::Accessibility is a Perl module to test web pages for accessibility..
15.36 KB  
Network & Internet  -  WWW Forum 0.9.3
WWW Forum is an extremely fast and reliable Web forum that is fully configurable and packed with features. The primary focus is the forum (message board), but many other useful communications features are either already implemented or planned...
56.32 KB  
Libraries  -  WWW::Curl::Easy 3.02
WWW::Curl::Easy is a Perl extension interface for libcurl. SYNOPSIS use WWW::Curl::Easy; my $curl = new WWW::Curl::Easy; $curl->setopt(CURLOPT_URL, http://oook.de); $curl->perform; my $err = $curl->errbuf; my $info =...
22.53 KB  
Libraries  -  WWW::Babelfish 0.15
WWW::Babelfish is a Perl extension for translation via Babelfish or Google. SYNOPSIS use WWW::Babelfish; $obj = new WWW::Babelfish( service => Babelfish, agent => Mozilla/8.0, proxy => myproxy ); die( "Babelfish server unavailablen" ) unless...
9.22 KB  
Libraries  -  WWW::NanoRef 0.01
WWW::NanoRef is a Perl module that uses the API published by nanoref.com to produce shortened URLs. Installation: perl Makefile.PL make make test make install Whats New in This Release: - Initial implementation. - Supports retrieving a...
3.07 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB