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 to the first, previous, next, last section, table of contents.
Perl には、スカラ、スカラの配列、「ハッシュ」とも呼ばれるスカラの
連想配列という 3 つのデータ構造があります。通常の配列は 0 を基点とする数
値でインデクスされます。(負の添字は、配列の終わりからインデクスします。)
ハッシュ配列は、文字列でインデクスされます。
Go to the first, previous, next, last section, table of contents.