In some things, faster isn't better. | [reply] |
Perhaps a slower one then?
1 while s/((.*){10})t/$1/i;
-Blake
| [reply] [d/l] |
Whilst others debate the aesthetics of performance--I, being of simpler ilk, believe that two or three strip teases are better than one.
my @variety = ( 0, # because sometimes you lose
sub{s/t//ig},
sub{tr/tT//d},
sub{s/((.*){10})t/$1/i},
);
while (my $spice = int(rand($#variety + 1))) {
$variety[$spice]->(my $life);
}
--
May the Source be with you.
You said you wanted to be around when I made a mistake; well, this could be it, sweetheart.
| [reply] [d/l] |
y/tT//d;
($_='kkvvttuubbooppuuiiffssqqffssmmiibbddllffss')
=~y~b-v~a-z~s; print
| [reply] [d/l] [select] |