TAILIEUCHUNG - professional perl programming wrox 2001 phần 4

để tạo ra các vòng lặp và foreach, và làm thế nào để tạo ra các vòng lặp có điều kiện trong khi, cho đến khi, làm, làm trong khi và làm cho đến khi. Chương cũng được làm thế nào để kiểm soát việc thực hiện của các vòng với các bổ tới, cuối cùng, làm lại, và tiếp tục. Cuối cùng, chương này bao gồm tuyên bố goto cũng như bản đồ và grep. | Inside Modules and Packages Simpo PDF Merge and Split Unregistered Version - http Once the source is unpacked we create the makefile and run the install target from it cd perl make su Password make install Or for the more cautious who prefer to test first make make test su Password make install This will install files into a directory called blib in the current directory. To use a module in this directory we can make use of the blib module to seek out a corresponding directory somewhere nearby and if it finds one add appropriate paths to @INC automatically. For example if we have a script called that makes use of our module we can have the use statement in the script find our locally installed version with perl -Mblib Or if the blib directory is not local to the application perl -Mblib startdirectory V Alternatively to install the package into the site_perl directory under Perl s main installation tree use the install_site target su Password make install_site We can have install install the module into the site_perl directory automatically by adding the a definition for INSTALLDIRS to the key-value pairs of WriteMakefile use ExtUtils MakeMaker WriteMakefile INSTALLDIRS site NAME Installable Module VERSION_FROM finds VERSION PREREQ_PM . Module Name Note that on a platform with a decent privilege system we will need to have permission to actually install the file anywhere under the standard Perl library root. Once the installation is complete we should be able to see details of it by running perldoc perllocal. Team-Fly 333 Chapter 10 Simpo PDF Merge and Split Unregistered Version - http Alternatively to install a module into our own separate location we can supply a LIB parameter when we create the makefile. For example to install modules into a master library directory lib perl in our home directory on a UNIX system we could type cd .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.