Help for this page

Select Code to Download


  1. or download this
    if    (EXPR1)   { return A }
    elsif (EXPR2)   { return B }
    elsif (EXPR3)   { return C }
    else            { die "unmatched case" }