in reply to Seek Help Refactoring
if ($mode = 'alfa') { push @foo, [ @bar ]; } elsif ($mode = 'beta') { push @foo, [ @bar ] if $self->{baz} eq $gamma; } else { die "Unknown mode: $mode!"; }
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Seek Help Refactoring
by jkeenan1 (Deacon) on Apr 03, 2006 at 00:41 UTC |