in reply to Yet another does-function-exist question

my $is_function = $package->can($function_name);
note that that does not work for build-ins.