Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
The Perl5 Manual - データ構造
[go: Go Back, main page]

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


データ構造

Perl には、スカラ、スカラの配列、「ハッシュ」とも呼ばれるスカラの 連想配列という 3 つのデータ構造があります。通常の配列は 0 を基点とする数 値でインデクスされます。(負の添字は、配列の終わりからインデクスします。) ハッシュ配列は、文字列でインデクスされます。


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

検索式: