Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
sub f { # some code here () }
この Perl サブルーチンで () はどういう意味ですか?
サブルーチンの最後の式が戻り値になります。これにより、(前のreturnステートメントがないと仮定して) サブルーチンが (前のコード行にあったものではなく) 空のリストを返すことが保証されます。
return