http://qs1969.pair.com?node_id=52188


in reply to TIMTOWTDI -- so long as it's not my way

Says ovid:
if ( defined $end_tag && ! defined $end_tag ) { # do something }

That reminds me of the people who do

if ($num != 3 || $num != 4) { # do something }

...and then wonder why it doesn't do what they wanted. I'm not sure if it's more embarrassing or less so.