- HANDLE->format_top_name(EXPR)
- $FORMAT_TOP_NAME
- $^
-
The name of the current top-of-page format for the currently selected output channel. The default is the name of the filehandle with
_TOP
appended. For example, the default format top name for theSTDOUT
filehandle isSTDOUT_TOP
.その時点で選択されている出力チャネルの、その時点でのページ先頭フォーマット名。 デフォルトは、ファイルハンドル名に _TOP を続けたものです。 例えば、
STDOUT
ファイルハンドルのデフォルトのページ先頭フォーマット名はSTDOUT_TOP
です。Mnemonic: points to top of page.
記憶法: ページの先頭へのポインタ。