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


in reply to Re: The joys of bad code
in thread The joys of bad code

How about this one (seen in a previous $worklife):

/* Assign 1 to x */ x=1; /* Just to be sure */ x=1;

--MidLifeXis