[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Interesting insult
- Date: Sun, 12 Dec 1999 23:05:12 +0900
- From: Simon Cozens <simon@brecon.co.uk>
- Subject: Re: Interesting insult
On Sun, Dec 12, 1999 at 06:37:46AM -0700, Bob Maple wrote:
> Ask purl to "insult mountain dew".
^^ ^^
Eek.
In Extras.pl I have:
if ($person =~ s/ in \s*($babel::lang_regex)\w*\s*$//xi) {
What's that x doing there, eh?
if ($person =~ s/ in \s*($babel::lang_regex)\w*\s*$//i) {
Better.
Simon
--
Old Japanese proverb:
There are two kinds of fools -- those who never climb Mt. Fuji,
and those who climb it twice.