Help for this page

Select Code to Download


  1. or download this
    my(%hash) = (
      "sub" => \&uc,
    );
    
    print $hash{"sub"}->("hello");
    
  2. or download this
    Undefined subroutine &CORE::uc called at ./test.pl line 20.