| Acme-Terror documentation | view source | Contained in the Acme-Terror distribution. |
Acme::Terror - Fetch the current US terror alert level
This document describes version 0.01 of Acme::Terror.
use Acme::Terror; my $t = Acme::Terror->new(); # create new Acme::Terror object my $level = $t->fetch; # fetches current level print "Current terror alert level is: $level\n"; # prints
Matt Galisa <mrdelayer@gmail.com<gt>
Copyright 2005 by Matt Galisa <mrdelayer@gmail.com<gt>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Acme-Terror documentation | view source | Contained in the Acme-Terror distribution. |