http://qs1969.pair.com?node_id=382215


in reply to Troll removal program

Not too bad, aside from small logic errors:
foreach my $offence(my @website)
You are declaring @website everytime the loops starts, thus it will always be empty, and no trolls will ever be warned...that is not good.
warn(my $troll);
Same type of thing here. You declare $troll inside the expression. The Troll variable is empty and so the warn function warns no one. The trolls run free once more.
until my $banned eq "true";
$banned will never be true this way. The trolls shall live on...and on and on and on. See above for why. I'm feeling very redundant right now.


dsb
This @ISA my cool %SIG

Replies are listed 'Best First'.
Re^2: Troll removal program
by ringleader (Acolyte) on Aug 12, 2004 at 13:28 UTC
    And aside from the fact that it won't do anything but print what we all know - admins control it all. :-p

    Run it and see.
    If i were being classy i'd say it was a poem about the impotence of the underlings.