in reply to Re: Re: Reputation for anonymous monks
in thread Reputation for anonymous monks

I believe you meant to write :)
if ($NODE->{title} =~ /new feature/) { print "I like things the way they are, and your suggest does not s +eem better",$/; }

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re^4: Reputation for anonymous monks
by Coruscate (Sexton) on Dec 08, 2003 at 17:35 UTC

    Perhaps even this:

    if ($NODE->{title} =~ /(?:XP|vote|voting|reputation)/ or $NODE->{content} =~ /(?:XP|vote|voting|reputation)/) { print "Your name has been appended to the enormous", " list of people who dislike the implementation", " of the Voting/Experience System. Perhaps one day", " the whole thing will be discarded as a horrible", " failure."; }