current location: Home  >  Download  >  Manual Download  >  Server side development  >  Perl learning handbook chm version

Perl learning handbook chm version

Perl learning handbook chm version

Perl Learning Handbook is an article written by a Taiwanese Perl master, specially packaged as a chm version for everyone's convenience. About this book 1. About Perl 1.1 History of Perl 1.2 Concepts of Perl 1.3 Features 1.4 Environment for using Perl 1.5 Getting started with Perl 1.6 Your first Perl program 2. Scalar variables (Scalar) 2.1 About scalars 2.1.1 Numeric values ​​2.1. 2 Strings 2.1.3 Number and string conversion 2.2 Use your own
Classify:   Manual Download / Server side development Release time:  2024-02-29 visits:  2581
Download:  29
Click to download
More>

Latest Downloads

Red Alert Online

The mobile game "Red Alert Online" is a strategy mobile game developed by Beijing Youai Interactive Entertainment Technology Co., Ltd. The game was officially launched for public beta on January 17, 2019. "Red Alert Online" is the only authentically authorized Red Alert game in China. It is a new mobile game developed based on the classic PC game "Red Alert". The game tells the story of Yuri, who attempts to launch a ghost invasion to control the hearts of humans around the world in order to carry out his revenge plan. Players can assume the role of a commander, build their own camp, recruit more subordinates, and work with other players to resist the invasion of ghosts. The game has combat training elements such as heroes, strategies, and chips, and also introduces PVP gameplay such as Tiberium Wars, joint military exercises, and sailing expeditions.
270 2024-11-28

Delta Force

"Delta Force" is a new generation of tactical shooting quality benchmark game developed and operated by Linlangtiantian team. PC and mobile versions will be officially launched in September! Will continue to log in to the host platform in the future. You will transform into a special operations operator, work closely with your teammates, flexibly formulate tactics, complete various seemingly impossible extreme tasks, and gain a rich and exciting combat experience.
796 2024-11-27

Pokémon UNITE

Pokémon UNITE is the first Pokémon series team strategy battle game jointly developed by Tencent Tianmei Studio Group and The Pokémon Company. It is available for Android, iOS and Nintendo Switch.
0 2024-11-26

‎Fantasy Aquarium

"Fantasy Aquarium" is a fantasy adventure game that allows players to explore the mysterious underwater world. In this imaginative aquarium, players will play the role of an aquarium manager and experience the fun of a fantasy world by managing and caring for various magical creatures. Game features: Diverse creatures: There are various fantasy creatures living in the aquarium, such as mysterious crystal fish, light mermaids, etc. Each creature has a unique appearance and characteristics. Interaction: Players can interact with the creatures in the aquarium, feed, play, and even perform tasks to make the creatures get closer to you. Decoration construction: You can decorate the aquarium according to your own preferences and customize it
0 2024-05-08

‎Girls Frontline

"Girls' Frontline" is a strategy role-playing game developed by SUNBORN Games. In this future world, humans and robot girls are fighting. You will play the role of a commander and lead a unique army of robot girls in a series of thrilling battles. Game features: A huge camp of robot girls: Collect and train robot girls with different styles and abilities to build your own strongest team. In-depth plot setting: Communicate with the robot girls and gain a deeper understanding of their story backgrounds, providing support and encouragement to them in battle. Exquisite battle graphics: Enjoy gorgeous battle scenes
0 2024-05-06

‎Wings of Stars

"Star Wings" is a 3D competitive game that perfectly combines mecha girl elements with classic GVG fighting gameplay. In the game, players will control a mecha girl with powerful combat power to engage in fierce 1V1 and 2V2 battles on the exciting battlefield, feeling the unparalleled charm of competition. The game uses high-precision 3D modeling technology to present gorgeous graphics. Each mecha is unique and delicately depicts the mechanical structure full of technology and the graceful figure of the girl, as if it is an animated blockbuster active in the palm of your hand. The beautiful girl pilots each have their own charms, and their different personality traits are revealed through their voices and actions.
521 2024-05-06

‎Little Flower Fairy Fairy Paradise

"Little Flower Fairy Fairy Paradise" is a casual game full of childlike fun and magic, bringing a wonderful gaming experience to the majority of players. In the game, you will play the role of a little flower fairy and enter the Elf Paradise with other players to embark on an adventure full of surprises. Game features: New magical adventure: Enjoy a new Elf Paradise adventure with more exquisite graphics. Exquisite game graphics: The game uses the latest 3D technology to create beautiful game graphics, giving players a brand new visual shock. Various activities: In the game, players can participate in various activities and obtain a large number of game rewards. rich
0 2024-05-06

‎Restaurant Cute Story

"Restaurant Cute Story" is a cute restaurant management simulation game. In this game, you will play the role of a young restaurant owner. By operating and managing the restaurant, you will welcome a group of cute customers and create a unique and busy restaurant. Game features: Cute animal customers: There are various cute animal characters as customers in the game. Each animal has its own preferences and needs. You need to provide the most suitable dishes according to their preferences. Customize your restaurant: From decoration to furniture, you can create a unique restaurant according to your own preferences and creativity to attract more customers. Diverse menu: in-game
574 2024-05-05

‎Shanhe Travel Exploration

"Shanhe Travel Detective" game introduction "Shanhe Travel Detective" is a fascinating storyline with a Chinese-style reasoning and investigation game. This game cleverly combines traditional Chinese cultural elements with classic reasoning and investigation gameplay, presenting players with a game world full of mystery and surprise. In the game, players will play the role of a talented young detective, traveling through mountains and rivers to explore various complicated and confusing cases. Each case is carefully designed and full of suspense and challenges. Players need to use wisdom and observation to collect clues and deduce the truth. The game has a unique graphic style, which adopts a beautiful Chinese style and combines ancient Chinese
946 2024-05-05

‎Love and Producer

"Love and Producer" is a female-oriented mobile game developed by Elex. It is a love development type game. In this game, you will play a producer and embark on a romantic journey with four distinctive male protagonists. Game features: Real-person dubbing, restoring the most realistic plot experience. The rich game plot and ups and downs of emotional stories make you immersed in the game. Perfectly restores the operation of AR games, allowing you to enjoy the game better. The unique gameplay allows you to understand the protagonist more deeply and experience a different kind of love. Earn props through tasks and activities, and use them to improve the hero's attributes.
519 2024-05-04
Download homepage / Manual Download / Server side development
Perl Learning Handbook is an article written by a Taiwanese Perl master, specially packaged as a chm version for everyone's convenience.

About this book

1. About Perl
1.1 History of Perl
1.2 Concept of Perl
1.3 Features
1.4 Environment for using Perl
1.5 Getting started with Perl
1.6 Your first Perl program

2. Scalar variables (Scalar)
2.1 About scalars
2.1.1 Numeric value
2.1.2 String
2.1.3 Number and string conversion
2.2 Use your own variables
2.3 Assignment
2.3.1 Set directly Defined
2.3.2 It can also be done like this
2.4 Operation
2.5 Output/input of variables
2.6 Perl default variables
2.7 defined and undef

3. Lists and Arrays
3.1 What is an array
3.2 ​​Perl’s array structure
3.3 push/pop
3.4 shift/unshift
3.5 Slicing
3.6 Array Or a scalar?
3.7 Some common array operations
3.7.1 sort
3.7.2 join
3.7.3 map
3.7.4 grep

4. Basic control structure
4.1 Concept
4.1.1 About the program flow
4.1.2 True and false judgment
4.1.3 Block
4.1. 4 Life cycle of variables
4.2 Simple judgment
4.2.1 if
4.2.2 unless
4.2.3 One-line judgment
4.3.4 else/elsif
4.3 Repeated execution
4.3.1 while
4.3.2 until
4.4 for
4.4.1 Written like C
4.4.2 In fact, you can use... .
4.4.3 Interesting increment/decrement operators
4.4.4 For elements in the array

5. Hash
5.1 Daily life Hash
5.2 Hash expression
5.3 Hash assignment
5.4 each
5.5 keys and values ​​
5.6 Hash operation
5.6.1 exists
5.6.2 delete
5.7 How to get started with hashing

6. Subroutines
6.1 About Perl subroutines
6.2 Parameters
6.3 Return value
6.4 Let’s talk about parameters again
6.5 Use of variables in subroutines

7. Regular expressions
7.1 Perl’s second sharp sword
7.2 What are regular expressions
7.3 Style comparison
7.4 How to compare in Perl
7.5 How to start using regular expressions

8. More about regular expressions Expression
8.1 Just take a spoonful of drink
8.2 Comparison character set
8.3 Special characters of regular expressions
8.4 Some modifying characters
8.5 Get the comparison Results
8.6 Anchor points
8.7 Comparison and replacement
8.8 Interesting exchanges within strings
8.9 Don’t be greedy for comparison
8.10 If you have duplicate words
8.11 Comparison style group
8.12 Comparison style control

9. Let’s talk about the control structure again
9.1 Loop operation
9.1.1 last
9.1.2 redo
9.1.3 next
9.1.4 label
9.2 switch
9.2.1 If you have complex if judgment
9.2.2 Use modules To do it
9.3 Ternary operator
9.4 Another little trick

10. Perl file reading and writing
10.1 File Handle (FileHandle)
10.2 Default file handle
10.3 Basic file operations
10.3.1 Open/close files
10.3.2 Emergency handling
10.3.3 Reading and writing

11. File system
11.1 File testing
11.2 Important file-related built-in functions
11.3 localtime

12. String processing
12.1 Simple string form
12.2 uc and lc
12.3 sprintf
12.4 Sorting
12.5 Multi-subkey sorting

13. Modules
13.1 About program reuse
13.2 What you should know about CPAN
13.3 Using CPAN and CPANPLUS
13.4 Using modules
13.5 Start writing your package

14. Reference
14.1 What is a reference
14.2 Obtaining a reference
14.3 The content of the reference
14.4 Using references to create two-dimensional arrays

15. About Basic operations of database
15.1 DBM
15.1.1 Connection with DBM
15.1.2 Operation of DBM files
15.1.3 Multiple data
15.2 DB_File
15.3 DBI
15.4 DBIx::Password

16. Writing website programs with Perl
16.1 CGI
16.2 Template
16.3 Mason
< br />17. Perl and system management
17.1 Advantages of Perl in system management
17.2 Perl’s single-line execution mode
17.3 Managing files
17.4 Mail management
17.4 .1 Mail::Audit + Mail::SpamAssassin
17.4.2 Mail::Sendmail and Mail::Bulkmail
17.4.3 POP3Client and IMAPClient
17.5 Log files
17.6 Reports
Statement of this Website
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn

Related recommendations

Python website development guide WORD version

This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need

mod_python 3.2.8 Chinese manual doc version

mod_python 3.2.8 Chinese manual provides the Chinese manual of Mod_python 3.2.8, which is a good material for learning Mod_python. Interested friends can refer to it. mod_python originated from the Httpdapy project (1997). Much later Httpdapy was called mod_python because Httpdapy was not specific to the apache server. Httpdapy was designed to be cross-platform, but actually started primarily with Netscape servers (

python basic tutorial to lesson 60_python basic information word version

Basic python tutorial to lesson 60. This tutorial introduces to you at the beginning, why to learn python, what are the advantages of python, etc. It will really make you want to learn python quickly. Why use Python as an introductory programming language? the reason is simple. Every language has its supporters and detractors. Go to Google "why python" and you will get a lot of results, such as wide range of applications, open source, active community, rich libraries, cross-platform, etc. You may also find

Python introductory tutorial Chinese WORD version

Python is an efficient language. The reading and writing operations are very simple. Just like ordinary English, Python is an interpreted and executed language. We do not need to compile, we only need to write the code to run. Python is an oriented language. The language of objects, everything in Python is an object. Python is a very interesting language; interested friends can come and take a look.

Basic introduction to python unittest Chinese WORD version

Python comes with a unit test module, pyUnit is what we call: unittest; this document mainly talks about the basic introduction of python unittest; interested friends can come and take a look

Detailed explanation of Python operations on Excel Chinese WORD version

This document mainly introduces how to read and write office excel through python, using the xlrd, xlwt and xlutils modules. It also demonstrates how to operate excel through the Tcl tcom package. Interested friends can come and take a look

python matplotlib drawing Chinese WORD version

Matplotlib.pyplot is a method used to draw pictures, similar to the plot command in matlab, and its usage is basically the same. This document mainly talks about drawing with python matplotlib; interested friends can come and take a look.

matplotlib function manual Chinese PDF version

This document is a matplotlib function manual; I hope it will be helpful to everyone's study. Interested friends can come and take a look.

Popular Recommendations

php7.3.8 offline Chinese manual (official version)

php7.3.8 official Chinese manual (chm format)

PHP7.2 Chinese manual

PHP Chinese manual download|chm|mobile version|pdf

html5 Chinese manual (CHM version)

HTML5 Chinese manual download (CHM version)

php 5.6 Chinese manual

PHP 5.6 Chinese manual download

PHP7.2 manual (latest version)

php7.2 development manual download CHM version

MySQL 5.1 Reference Manual

MySQL 5.1 Reference Manual Download
database
2017-02-10

HTML Chinese Manual (CHM version)

HTML Chinese manual (CHM version) download

Linux command list

Linux command encyclopedia download

ThinkPHP5.0 Development Manual

ThinkPHP5.0 Chinese complete manual download

JavaScript Reference Manual

JavaScript complete reference manual download