Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $func_ptr = get_hola_mundo_func_ptr();
    do_hello($func_ptr);