WWW::RaptureReady

WWW::RaptureReady is a Perl interface to Rapture Ready's Rapture Index.
Download

WWW::RaptureReady Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Blair Christensen
  • Publisher web site:
  • http://search.cpan.org/~blair/WWW-RaptureReady-0.1/RaptureReady.pm

WWW::RaptureReady Tags


WWW::RaptureReady Description

WWW::RaptureReady is a Perl interface to Rapture Ready's Rapture Index. WWW::RaptureReady is a Perl interface to Rapture Ready's 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", "Last Updated: ", $rr->updated, "n";This module provides an interface to the Rapture Ready Rapture Index. Rapture Ready's description of the index: The Rapture Index has two functions: one is to factor together a number of related end time components into a cohesive indicator, and the other is to standardize those components to eliminate the wide variance that currently exists with prophecy reporting.The Rapture Index is by no means meant to predict the rapture, however, the index is designed to measure the type of activity that could act as a precursor to the rapture.You could say the Rapture index is a Dow Jones Industrial Average of end time activity, but I think it would be better if you viewed it as prophetic speedometer. The higher the number, the faster we're moving towards the occurrence of pre-tribulation rapture.The rapture index is the "prophetic speedometer of end-time activity".INTERFACEnew()Creates and returns a new WWW::RaptureReady object. my $rr = WWW::RaptureReady->newurl()Returns the configured URL for retrieving the Rapture Index. my $url = $rr->urlurl($url)Sets the URL to be used for retrieving the Rapture Index. $rr->url("http://example.com/rapture.html")fetch()Fetches the Rapture Index HTML from the configured URL. $rr->fetchindex()Returns the current index level. Calls fetch() if index not already retrieved. my $index = $rr->indexchange()Returns the change in the index. Calls fetch() if index not already retrieved. my $change = $rr->changeupdated()Returns when the index was last updated. Calls fetch() if index not already retrieved. my $updated = $rr->updated Requirements: · Perl


WWW::RaptureReady Related Software