Go to the
first
,
previous
,
next
,
last
section,
table of contents
.
wantarray
`wantarray'
現在実行中のサブルーチンのコンテキストが配列値を要求していれば true を返す。 コンテキストがスカラーを要求していれば false を返す。
return wantarray ? () : undef;
Go to the
first
,
previous
,
next
,
last
section,
table of contents
.