Help for this page
use strict; use warnings; ... when ('1') {$libObj->sub1()} when ('wibble') {$libObj->subWibble()} }