Help for this page

Select Code to Download


  1. or download this
    our @EXPORT_OK qw(
        func_one
    ...
    sub _add_private {
        push @EXPORT_OK, @EXPORT_PRIVATE;
        return \@EXPORT_OK;