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

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

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

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

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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



8.183. SelectSaver


Provides
a way to save and restore filehandles so you can temporarily use a
different filehandle.

new


$saver = new SelectSaver[(fh)]

Constructor. Creates a new SelectSaver object,
$saver, which saves the
current filehandle. The optional parameter
fh is the filehandle that will temporarily
replace the current filehandle. If fh is
present, the current filehandle is saved in
$saver, and the new one
becomes the current filehandle. With no parameter, the current
filehandle is saved in the object
$saver, and it remains
current.

You can use the newly selected filehandle within the current block.
When you exit the block, the previous filehandle is again made the
current one, and the SelectSaver object in which it was stored is
destroyed.



8.182. Search::Dict8.184. SelfLoader




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

/ 875