Help for this page

Select Code to Download


  1. or download this
    ...
    
    sub external {
    ...
    
    sub _internal {
    }
    
  2. or download this
    @EXPORT = qw(external interface);
    @EXPORT_OK = qw(_internal _interface);
    %EXPORT_TAGS = (STD  => \@EXPORT,
                    TEST => \@EXPORT_OK);