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

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

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

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

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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

8.97. File::Compare


Compares the contents of two sources,
each of which can be a file or a filehandle. Returns
0 if the sources are equal, 1
if they are unequal, and -1 on error.
File::Compare provides two functions.


cmp (file1, file2[, buffsize])

cmp is a synonym for compare.
Exported on request.


compare (file1, file2[, buffsize])

Compares file1 to
file2. Exported by default. If present,
buffsize specifies the size of the buffer
to use for the comparison.

/ 875