Help for this page
if (*package::foo{CODE}) { # Function package::foo exists. } else { # Function package::foo does not exist. }
my $function = "package::foo"; { ... # Function in $function does not exist. } }