>>243
my ($abc, $def) = @_;
print ($abc, $def);
print \n;
print @_;
する