Acme::Terror - Fetch the current US terror alert level


Acme-Terror documentation  | view source Contained in the Acme-Terror distribution.

Index


NAME

Top

Acme::Terror - Fetch the current US terror alert level

VERSION

Top

This document describes version 0.01 of Acme::Terror.

SYNOPSIS

Top

	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

AUTHORS

Top

Matt Galisa <mrdelayer@gmail.com<gt>

COPYRIGHT

Top


Acme-Terror documentation  | view source Contained in the Acme-Terror distribution.