my %annoyances = ( 'phb' => "Friday I hawaiian shirt day... yeah...", 'scriptkiddie' => 'i hax0red j00! j00 teh sux0r1', 'aolpeople' => "a/s/l? omg! lol!", 'spam' => "Increase your BUST SIZE!!!! Act NOW!", ); delete $annoyances{$_} foreach keys %annoyances; $world++;

I'm sure you could add many more to this hash.

John J Reiser
newrisedesigns.com

Replies are listed 'Best First'.
Re: Make the World a Better Place with Perl
by belden (Friar) on Sep 03, 2002 at 18:54 UTC