Help for this page
use Switch; ... case (\&sub) { print "arg to subroutine" } else { print "previous case not true" } }
use strict; use warnings; ... else { print "I don't know what to do!\n" } } }