Colours.pm is a small script written in Perl.
Developer comments
I like pretty things. Therefore I am a fan of pretty shell scripts and this means colour. The idea of outputting plain, unreadable text to a screen makes me cringe... and then it makes me mad. That's why I wrote this little include for the express purpose of giving me colours for my Perl scripts.
Instructions:
#!/usr/bin/perl
use Colours;
my %colours = Colours::getColours();
print "$colours{light_green}this text is light green!$colours{none}";
Product's homepage
Requirements:
· Perl
· iptables