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] - نسخه متنی

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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



8.184. SelfLoader


Used when you want to include functions
in your program but want to load them only if necessary. Functions
that will be self-loaded are placed after the line:

_ _DATA_ _

in your program. When the code is compiled, compilation stops at the
_ _DATA_ _ token. The SelfLoader exports the
AUTOLOAD subroutine to the package; this
subroutine loads the subroutines after _ _DATA_ _
when they are require d.



8.183. SelectSaver8.185. Shell




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

/ 875