Help for this page
my %op = ( 'toupper' => \&uc, ... ); print $op{'toupper'}->($text);
Undefined subroutine &CORE::uc called at ...