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

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

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

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

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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



8.221. Tie::Scalar


The basic Tie::Scalar package provides
a new method, as well as methods
TIESCALAR, FETCH, and
STORE. The new method is
provided as backup in case a class has no
TIESCALAR method.

To write your own tied hashes, the methods listed here are required.
See the perltie manpage for more detailed
information and for examples.

TIESCALAR


TIESCALAR classname, list

Constructor. Associates new scalar instance with class
classname. listrepresents any additional arguments needed to complete the
association.

tie $scalar, classname, list

DESTROY


DESTROY this

Frees storage associated with the tied scalar referenced by
this. Permits a class to perform specific
actions when an instance is destroyed. Rarely needed.

FETCH


FETCH this

Retrieves value of the tied scalar referenced by
this.

STORE


STORE this, value

Stores value in the tied scalar referenced
by this.



8.220. Tie::RefHash8.222. Tie::SubstrHash




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

/ 875