@EXPORT 和@EXPORT_OK区别

[root@node01 lib]# cat Pk01.pm package Pk01; require Exporter; @ISA = qw(Exporter); @EXPORT_OK = qw(munge frobnicate); # symbols to export on request sub munge{ my $a=shift; my $b=shift;
相关文章
相关标签/搜索