@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;
相關文章
相關標籤/搜索