> I saw some information on the internet and I wondered how a typical
> linux user would go about installing an oxymoron checker for their
> email?
if (
   ($email =~ /typical linux user/i)
   && ($day ne "April 1")
   ) 
{
    print "oxymoron found!";
}
Colin