[pod] [xml]

NAME

perlapi - perl public API の自動生成ドキュメント

DESCRIPTION Perl API API api

このファイルは embed.pl で生成された perl の公式な API のドキュメントです; 特にエクステンションの作者が使うかもしれない関数、マクロ、フラグ、変数の 一覧です。 ここに挙げられていないどの関数のインターフェースも予告なしに 変更されることがあります。 この理由により、エクステンションを書くときに proto.h に挙げられている 関数を盲目的に使うことは避けるべきです。

全ての Perl API グローバル変数は PL_ というプリフィックスをつけて 参照しなければならないということに注意してください。 一部のマクロは以前のものとの互換性を確保していてはいますが、それは将来の リリースにおいては無効になるかもしれません。

リストは大文字小文字を無視したアルファベット順です。

"Gimme" Values

Array Manipulation Functions

Callback Functions

Character classes

Cloning an interpreter

CV Manipulation Functions

Embedding Functions

Functions in file dump.c

Functions in file mathoms.c

Functions in file pp_ctl.c

Functions in file pp_pack.c

GV Functions

Handy Values

Hash Manipulation Functions

Magical Functions

Memory Management

Miscellaneous Functions

MRO Functions

Multicall Functions

Numeric functions

Optree Manipulation Functions

Pad Data Structures

Per-Interpreter Variables

REGEXP Functions

Simple Exception Handling Macros

Stack Manipulation Macros

SV Flags

SV Manipulation Functions

SV-Body Allocation

Unicode Support

Variables created by xsubpp and xsubpp internal functions

Warning and Dieing

(警告と die)

AUTHORS

(著者)

1997 年 5 月まで、このドキュメントは Jeff Okamoto <okamoto@corp.hp.com> によって管理されていました。 今では Perl 自身の一部として管理されています。

Dean Roehrich, Malcolm Beattie, Andreas Koenig, Paul Hudson, Ilya Zakharevich, Paul Marquess, Neil Bowers, Matthew Green, Tim Bunce, Spider Boardman, Ulrich Pfeifer, Stephen McCamant, Gurusamy Sarathy から多くの助力と提案を受けました。

元の API 一覧は Dean Roehrich <roehrich@cray.com> によるものです。

Benjamin Stuhl によって、ソースのコメントから自動生成するように 更新されました。

SEE ALSO

perlguts(1), perlxs(1), perlxstut(1), perlintern(1)