Bill Becker wrote:
> Sorry for the ignorance and intrusion, but what is this? "TIMTOWToDI"
> Thanks!
> ~Bill~
>
> At 16:02 +0100 01/22/2003, Detlef Lindenthal wrote:
> >Well, to me it seams that all of us have to remember Perl's basic knowledge:
> >TIMTOWToDI.
##################################
##
## What is TIMTOWToDI ?
##
##################################
sub google {
## look up under http://google.com and return the count
}
google("There is more than one way to do it") == 2080;
#### A wise proposition probably by Larry Wall Himself
google(TMTOWTDI) == 11500;
google(TIMTOWTDI) == 1590;
google(TIMTOWToDI) == 8; ## soon 1 more because of this line :-)
#### 2 of those 8 are not written by me ::-))
## Detlef Lindenthal