Help for this page

Select Code to Download


  1. or download this
    given ($convention) {
        when ('E') {
    ...
            print "error: $convention not valid\n";
        }
    }