Perl Cd Bookshelf [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Perl Cd Bookshelf [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



8.222. Tie::SubstrHash


Provides a hash table-like interface to
a fixed-sized array that has a constant key size and record size:

require Tie::SubstrHash;
tie %myhash, "Tie::SubstrHash", key_len, value_len, table_size;

To tie a new hash to this package, specify the following:

key_len
Length of each key

value_len
Length of each value

table_size
Size of the table given as the number of key/value pairs

An attempt to store a key/value pair in which either the key or the
value is the wrong length, or in which the resulting table would be
greater than table_size, results in a
fatal error.



8.221. Tie::Scalar8.223. Time::gmtime




Copyright © 2002 O'Reilly & Associates. All rights reserved.

/ 875