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

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

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

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

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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










31.5. use bytes



use bytes;
no bytes;


The use bytes pragma disables character semantics for the rest
of the lexical scope in which it appears. The no bytes pragma
can be used to reverse the effect of use bytes within the current
lexical scope.

Perl normally assumes character semantics in the presence of character
data (that is, data from a source marked as being of a particular
character encoding).

To understand the implications and differences between character
semantics and byte semantics, see Chapter 15, "Unicode".
A visit to Tokyo might also help.






/ 875