Acme::Terror::UK is a Perl module that gets the currrent terrorist threat level in the UK.
The levels are either... CRITICAL - an attack is expected imminently SEVERE - an attack is likely SUBSTANTIAL - an attack is a strong possibility MODERATE - an attack is possible but not likely LOW - an attack is unlikely
This module aims to be compatible with the US version, Acme::Terror.
SYNOPSIS
use Acme::Terror::UK;
my $t = Acme::Terror::UK->new(); # create new Acme::Terror::UK object
my $level = $t->fetch;
print "Current terror alert level is: $level
";
Product's homepage
Requirements:
· Perl