小编Ait*_*res的帖子

undefined子程序主要错误

我正在使用一个调用的cpan模块Unix::Passwd:File,当我使用它的任何函数时,脚本会抛出错误:Undefined subroutine &main

例如,获取max uid:

#!/urs/bin/perl
use Unix::Passwd:File;

my $res = get_max_uid();
Run Code Online (Sandbox Code Playgroud)

错误是 Undefined subroutine &main::get_max_uid called at scriptname.pl line 4

cpan模块

谢谢!

unix perl cpan

1
推荐指数
1
解决办法
489
查看次数

标签 统计

cpan ×1

perl ×1

unix ×1