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
Copyright 2005 by Matt Galisa <mrdelayer@gmail.com
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.