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


in reply to (shockme) Re: Funniest Variable/Subroutine names
in thread Funniest Variable/Subroutine names

I like to:
my @bits = split(/\|/,$string); foreach my $bit(@bits){ # work with each bit.. }
I also had some fuzzy logic in some code: setting a string flag to iether 'true', 'false' or the equally valid value 'maybe'
___ /\__\ "What is the world coming to?" \/__/ www.wolispace.com