gpt4 book ai didi

perl - Perl 的 GetOpt::Long 接受开关缩写是错误吗?

转载 作者:行者123 更新时间:2023-12-03 18:09:13 25 4
gpt4 key购买 nike

这是我编写的一个简单脚本来测试命令行参数处理:

use Getopt::Long;

my $help = 0;

GetOptions(
'help|h|?' => \$help,
) or die "Error!";

print "OK\n";

我得到的结果如下:
D:\>perl test.pl --help
OK

D:\>perl test.pl --hell
Unknown option: hell
Error! at test.pl line 10.

D:\>perl test.pl --he
OK

D:\>perl test.pl --hel
OK

以前有人注意到这一点吗?这种行为(接受他和他而不是帮助)是一个潜在的错误吗?

最佳答案

这是一个记录的功能 here

关于perl - Perl 的 GetOpt::Long 接受开关缩写是错误吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/921109/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com