Go to the first, previous, next, last section, table of contents.

caller

`caller(EXPR)'
`caller'
サブルーチンコールの現在のコンテキストを返す。
($package,$filename,$line) = caller;
EXPR を指定すると、 デバッガがスタックトレースを出力するために使用する情報も返す。 EXPR の値が、 現在のサブルーチンの前に call フレームがいくつあるかを示す。

Go to the first, previous, next, last section, table of contents.