摘要: perl 模块Getopt::Long使用示例 use strict; use warnings; use Getopt::Long; my @ARGV2 = @ARGV; my $leng =10; my $data ="x.txt"; my $verb; my $help; die("error 阅读全文
posted @ 2023-10-26 14:04 un-define 阅读(30) 评论(0) 推荐(0)