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

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

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

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

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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

8.76. ExtUtils::Miniperl


Generates a file,
perlmain.c, that contains the bootstrap code to
make the modules associated with the libraries available from within
Perl. ExtUtils::Miniperl itself is generated automatically from a
script called minimod.PL when Perl is built;
typically, it is used from within a Makefile generated by
ExtUtils::MakeMaker rather than being called directly. The module
exports one subroutine.


writemain (dirs)

Takes an argument list of directories that contain archive libraries
needed by Perl modules and writes the file to be compiled as
perlmain.c to STDOUT.

/ 875