in reply to Re: Avoiding if/else knots
in thread Avoiding if/else knots
$dispatch{calculate_key{$input}}->(%attr); sub calculate_key { #.. return $key; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Avoiding if/else knots
by Limbic~Region (Chancellor) on Aug 18, 2006 at 17:00 UTC |