if ( $foo ) { $blah; } elsif ( $bar ) { $baz; } else { $boom; } [download]
In reply to Re^2: Really Long if/elsif/else blocks by mandarin in thread Really Long if/elsif/else blocks by throop