Đang chuẩn bị liên kết để tải về tài liệu:
perl the complete reference second edition phần 3

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Ngoài những nhà khai thác cơ bản, Perl cũng hỗ trợ một số chức năng lấp đầy khoảng trống. Nếu không có ngoại lệ, tất cả các chức năng này tự động sử dụng giá trị của $ _ nếu bạn không xác định một biến mà trên đó để hoạt động. | 210 Perl The Complete Reference Most software is written to work with and modify data in one format or another. Perl was originally designed as a system for processing logs and summarizing and reporting on the information. Because of this focus a large proportion of the functions built into Perl are dedicated to the extraction and recombination of information. For example Perl includes functions for splitting a line by a sequence of delimiters and it can recombine the line later using a different set. If you can t do what you want with the built-in functions then Perl also provides a mechanism for regular expressions. We can use a regular expression to extract information or as an advanced search and replace tool and as a transliteration tool for converting or stripping individual characters from a string. In this chapter we re going to concentrate on the data-manipulation features built into Perl from the basics of numerical calculations through to basic string handling. We ll also look at the regular expression mechanism and how it works and integrates into the Perl language. We ll also take the opportunity to look at the Unicode character system. Unicode is a standard for displaying strings that supports not only the ASCII standard which represents characters by a single byte but also provides support for multibyte characters including those with accents and also those in non-Latin character sets such as Greek and kanji as used in the far east . Z 7 I Working with Numbers The core numerical ability of Perl is supported through the standard operators that you should be familiar with. For example all of the following expressions return the sort of values you would expect result 3 4 ftoc 212-32 5 9 square 16 2 Beyond these basic operators Perl also supports a number of functions that fill in the gaps. Without exception all of these functions automatically use the value of _ if you fail to specify a variable on which to operate. abs the Absolute Value When you are .

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.