in reply to Re: Fixing cascading if-elsif-else statements
in thread Fixing cascading if-elsif-else statements

Awesome, thank you! I ended up using a dispatch table for this, but I also liked the suggestion of just returning $result on failure.
  • Comment on Re^2: Fixing cascading if-elsif-else statements