Help for this page

Select Code to Download


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