http://www.perlmonks.org?node_id=157003


in reply to Funniest Variable/Subroutine names

I wrote a compiler for a class once with a guy who named temporary variables with prefixes and suffixes like
char MrCharacter; int Intster; double MrsPlatypus;
The funniest one (late at night, so I guess you had to be there) was 'DrChickenster'. I don't have any idea what that variable was supposed to do. :-)