Help for this page
use strict; use warnings; ... my $func_ptr = get_hola_mundo_func_ptr(); do_hello($func_ptr);