perl的子程序的提问

2025-05-14 05:51:11
推荐回答(2个)
回答1:

use strict;
use warnings;
............
$aa = max(1,4);
print $aa, "\n";

回答2:

@_ 是参数列表的意思。