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

This is a Digital Library

With over 100,000 free electronic resource in Persian, Arabic and English

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

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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

B.21. Tied Variables


Do you remember how the Chapter 16, "Simple Databases") is "magically" connected to a
file, so that accesses to the hash are really working with the
corresponding DBM
file? You can actually make any variable magical in that way. A

tied
variable may be accessed like any other, but using your own code
behind the scenes. So you could make a scalar that is really stored
on a remote machine, or an array that always stays sorted. See the
perltie manpage.

/ 875