in reply to Re: Really Long if/elsif/else blocks
in thread Really Long if/elsif/else blocks
if($checkPrefix and $base = &driveBase($canon{$tok}, {%$Args, checkPrefix=>0})){ &equivWord($tok, $canon{$tok}, {})} elsif($checkPrefix and $savbase = &is_measure_physics_frac($tok)){ $num_item{$tok} = 1; &baseInscript($tok, {group => $savbase, num_item =>1, root => $tok})} elsif($base =~ /^[a-z,A-Z]$/){ &baseInscript($tok, {group => 'LETTER', root => $tok})}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Really Long if/elsif/else blocks
by MidLifeXis (Monsignor) on May 30, 2008 at 20:19 UTC | |
by perreal (Monk) on May 30, 2008 at 22:10 UTC |