#!/usr/bin/perl -w use strict; # how does it feel to play the fool? my $YAWPS = qw ( Yet another Witty Perl Script ); my @writeUps = qw (Various Utterings and other such YAWPS); foreach my $effort(@writeUps) { if ($effort eq $YAWPS) { my $reputation++; } else { my $reputation--; } } print "Either Way, I Have Fun Making You Lot Laugh\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: On Being The PerlMonks Buffoon
by arturo (Vicar) on Mar 23, 2001 at 20:20 UTC | |
|
Limerick for a 'Baffoon'
by dvergin (Monsignor) on Mar 23, 2001 at 21:51 UTC |