current location: Home > Download > Manual Download > Server side development > Intermediate Perl e-book chm version
Intermediate Perl e-book chm version
Classify: Manual Download / Server side development | Release time: 2024-02-01 | visits: 1047 |
Download: 1 |
Latest Downloads
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
24 HoursReading Leaderboard
- 1 How Can PHP Simplify Date and Time Management Across Different Time Zones?
- 2 Dark Mode In React (vite)
- 3 How to Correctly Concatenate Strings in MySQL?
- 4 How to Place Two Divs Side by Side in HTML?
- 5 Why Does PostgreSQL Integer Division Return Incorrect Results?
- 6 MY First Frontend Challenge: December Edition
- 7 How to Efficiently Accumulate Results from Repeated Calculations in Python?
- 8 Composite vs. Surrogate Primary Key in Many-to-Many SQL Tables: Which is Better?
- 9 How to Generate All Unique Permutations of an Array, Including Handling Repeated Elements?
- 10 How to Assign Sequential Numbers to Rows in MySQL Using a Single SQL Command?
- 11 Caves Of Qud: How To Get Neutron Flux
- 12 How to Convert SQL SELECT Results to JSON Using SQL Server Functions?
- 13 How Can I Generate Random Colors for a Polyline in JavaScript?
- 14 Top Python API Frameworks with OpenAPI Support
- 15 How to Correctly Explicitly Specialize a Member Function of a Class Template?
Latest Tutorials
-
- Go language practical GraphQL
- 2372 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3787 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2013 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2792 2024-03-29
From a Perl enthusiast to a Perl programmer. "Intermediate Perl" will teach you how to use Perl as a programming language, not just a scripting language.
Perl is a flexible and powerful programming language that can be used in many aspects, from system management to network programming to database operations. People often say that Perl makes easy things easy and hard things doable. Intermediate Perl is the book about how to take your skills from easy tasks to difficult tasks.
This book provides an elegant and careful introduction to intermediate programming in Perl. From the author of the best-selling "Learning Perl", this book provides content that "Learning Perl" does not cover.
Topics include:
Packages and namespaces
References and scopes
Manipulating complex data structures
Object-oriented programming
Writing and using modules
Testing Perl code
Contributing code to CPAN
Following the successful format of "Learning Perl", each chapter of this book is short enough to be read in one to two hours, and is provided at the end A series of exercises to help you practice what you just learned. To use this book, you only need to be familiar with the content of "Learning Perl" and have the determination to learn further.
Perl is a different language to different people. For some, it's just a quick scripting tool, but for others, it's a full-featured object-oriented language. Perl is used for a variety of tasks, from fast global replacement of text files to computing large amounts of complex scientific data that can take weeks to process. What you use determines what Perl looks like. But no matter where you use Perl, this book will help you make your application more effective, efficient, and elegant.
"Intermediate Perl" is written to learn Perl as a programming language, not just for writing scripts. This book turns Perl enthusiasts into Perl programmers.