Intermediate Perl. Beyond The Basics of Learning Perl. 2nd Edition

- Autorzy:
- Randal L. Schwartz, brian d foy, Tom Phoenix
- Promocja Przejdź


- Ocena:
- Bądź pierwszym, który oceni tę książkę
- Stron:
- 396
- Dostępne formaty:
-
ePubMobi
Opis książki: Intermediate Perl. Beyond The Basics of Learning Perl. 2nd Edition
This book picks up right where Learning Perl leaves off. With Intermediate Perl, you’ll graduate from short scripts to much larger programs, using features that make Perl a general-purpose language. This gentle but thorough guide introduces you to modules, complex data structures, and object-oriented programming.
Each chapter is small enough to be read in just an hour or two, ending with exercises to help you practice what you’ve learned. If you’re familiar with the material in Learning Perl and have the ambition to go further, Intermediate Perl will teach you most of the core Perl language concepts you need for writing robust programs on any platform.
Topics include:
- Packages and namespaces
- References and scoping, including regular expression references
- Manipulating complex data structures
- Object-oriented programming
- Writing and using modules
- Testing Perl code
- Contributing to CPAN
Just like Learning Perl, material in this book closely follows the popular introductory Perl course the authors have taught since 1991. This second edition covers recent changes to the language up to version 5.14.
Wybrane bestsellery
-
Perl. Mistrzostwo w programowaniu" to wyjątkowa książka pomagająca w samodzielnej nauce, przeznaczona dla programistów, którzy używali już Perla i znają jego podstawy. Podążając za radami z tego przewodnika, nauczysz się definiować procedury i odwracać zwykły model programowania proceduralnego. B...(0,00 zł najniższa cena z 30 dni)
26.40 zł
44.00 zł(-40%) -
Want to learn how to program and think like a computer scientist? This practical guide gets you started on your programming journey with the help of Perl 6, the younger sister of the popular Perl programming language. Ideal for beginners, this hands-on book includes over 100 exercises with multip...
Think Perl 6. How to Think Like a Computer Scientist Think Perl 6. How to Think Like a Computer Scientist
(0,00 zł najniższa cena z 30 dni)203.15 zł
239.00 zł(-15%) -
If you have a Perl programming question, you'll find the answer quickly in this handy, easy-to-use quick reference. The Perl Pocket Reference condenses and organizes stacks of documentation down to the most essential facts, so you can find what you need in a heartbeat.Updated for Perl 5.14, the 5...
Perl Pocket Reference. Programming Tools. 5th Edition Perl Pocket Reference. Programming Tools. 5th Edition
(0,00 zł najniższa cena z 30 dni)46.74 zł
54.99 zł(-15%) -
Many programmers code by instinct, relying on convenient habits or a "style" they picked up early on. They aren't conscious of all the choices they make, like how they format their source, the names they use for variables, or the kinds of loops they use. They're focused entirely on problems they'...(0,00 zł najniższa cena z 30 dni)
126.65 zł
149.00 zł(-15%) -
Among the many different approaches to "templating" with Perl--such as Embperl, Mason, HTML::Template, and hundreds of other lesser known systems--the Template Toolkit is widely recognized as one of the most versatile. Like other templating systems, the Template Toolkit allows programmers to emb...
Perl Template Toolkit. Scalable Templating for the Web Perl Template Toolkit. Scalable Templating for the Web
(0,00 zł najniższa cena z 30 dni)126.65 zł
149.00 zł(-15%) -
Historically, programming hasn't been considered a critical skill for biologists. But now, with access to vast amounts of biological data contained in public databases, programming skills are increasingly in strong demand in biology research and development. Perl, with its highly developed capaci...(0,00 zł najniższa cena z 30 dni)
160.65 zł
189.00 zł(-15%) -
Graphics programmers aren't the only ones who need to be proficient with graphics. Web and applications programmers know that a dull web page can be quickly transformed into one that's interesting and lively with the use of well-planned graphics. And fortunately, you don't need the skills of a fu...
Perl Graphics Programming. Creating SVG, SWF (Flash), JPEG and PNG files with Perl Perl Graphics Programming. Creating SVG, SWF (Flash), JPEG and PNG files with Perl
(0,00 zł najniższa cena z 30 dni)118.15 zł
139.00 zł(-15%) -
Get to grips with building robust XGBoost models using Python and scikit-learn for deploymentKey FeaturesGet up and running with machine learning and understand how to boost models with XGBoost in no timeBuild real-world machine learning pipelines and fine-tune hyperparameters to achieve optimal ...
Hands-On Gradient Boosting with XGBoost and scikit-learn Hands-On Gradient Boosting with XGBoost and scikit-learn
-
Learn Perl 6 effortlessly to solve everyday problemsAbout This BookFilled with practical examples, this comprehensive guide explores all aspects of Perl 6.Leverage the power of Perl 6 concurrency to develop responsive and high-performant software.Delves into various programming paradigms (such as...
-
Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for other languages. Computer scientists have identified many techniques that a wide range of programs need, such as:Fuzzy pattern matching for text (id...
Mastering Algorithms with Perl. Practical Programming Through Computer Science Mastering Algorithms with Perl. Practical Programming Through Computer Science
(0,00 zł najniższa cena z 30 dni)126.65 zł
149.00 zł(-15%)
Randal L. Schwartz, brian d foy, Tom Phoenix - pozostałe książki
-
If you're just getting started with Perl, this is the book you want—whether you're a programmer, system administrator, or web hacker. Nicknamed "the Llama" by two generations of users, this best seller closely follows the popular introductory Perl course taught by the authors since 1991. Th...(29.90 zł najniższa cena z 30 dni)
203.15 zł
239.00 zł(-15%) -
f you’re ready to get started with Raku (formerly Perl 6), this is the book you want, whether you’re a programmer, system administrator, or web hacker. Raku is a new language—a modern reinvention of Perl suitable for almost any task, from short fixes to complete web applications...
Learning Perl 6. Keeping the Easy, Hard, and Impossible Within Reach Learning Perl 6. Keeping the Easy, Hard, and Impossible Within Reach
(29.90 zł najniższa cena z 30 dni)203.15 zł
239.00 zł(-15%) -
Take the next step toward Perl mastery with advanced concepts that make coding easier, maintenance simpler, and execution faster. Mastering Perl isn't a collection of clever tricks, but a way of thinking about Perl programming for solving debugging, configuration, and many other real-world proble...(29.90 zł najniższa cena z 30 dni)
152.15 zł
179.00 zł(-15%) -
Adopted as the undisputed Perl bible soon after the first edition appeared in 1991, Programming Perl is still the go-to guide for this highly practical language. Perl began life as a super-fueled text processing utility, but quickly evolved into a general purpose programming language that’s...
Programming Perl. Unmatched power for text processing and scripting. 4th Edition Programming Perl. Unmatched power for text processing and scripting. 4th Edition
(29.90 zł najniższa cena z 30 dni)203.15 zł
239.00 zł(-15%) -
Learning Perl, popularly known as "the Llama," is the book most programmers rely on to get started with Perl. The bestselling Perl tutorial since it was first published in 1993, this new fifth edition covers recent changes to the language up to Perl 5.10. This book reflects the combined experienc...(29.90 zł najniższa cena z 30 dni)
126.65 zł
149.00 zł(-15%) -
Przewodnik dla początkujących programistów aplikacji internetowych, zawierający wszystkie informacje niezbędne do rozpoczęcia pracy i tworzenia programów w języku Perl.
-
Perl is a versatile, powerful programming language used in a variety of disciplines, ranging from system administration to web programming to database manipulation. One slogan of Perl is that it makes easy things easy and hard things possible. This book is about making the leap from the easy th...(29.90 zł najniższa cena z 30 dni)
109.65 zł
129.00 zł(-15%) -
If you ask Perl programmers today what book they relied on most when they were learning Perl, you'll find that an overwhelming majority will name Learning Perl--also known affectionately as "the Llama." The first edition of Learning Perl appeared in 1993 and has been a bestseller ever since. Writ...(29.90 zł najniższa cena z 30 dni)
109.65 zł
129.00 zł(-15%)
Ebooka przeczytasz na:
-
czytnikach Inkbook, Kindle, Pocketbook i innych
-
systemach Windows, MacOS i innych
-
systemach Windows, Android, iOS, HarmonyOS
-
na dowolnych urządzeniach i aplikacjach obsługujących formaty: PDF, EPub, Mobi
Masz pytania? Zajrzyj do zakładki Pomoc »
Audiobooka posłuchasz:
-
w aplikacji Ebookpoint na Android, iOS, HarmonyOs
-
na systemach Windows, MacOS i innych
-
na dowolonych urządzeniach i aplikacjach obsługujących format MP3 (pliki spakowane w ZIP)
Masz pytania? Zajrzyj do zakładki Pomoc »
Kurs Video zobaczysz:
-
w aplikacji Ebookpoint na Android, iOS, HarmonyOs
-
na systemach Windows, MacOS i innych
-
na dowolonych urządzeniach i aplikacjach obsługujących format MP4 (pliki spakowane w ZIP)
Szczegóły książki
- ISBN Ebooka:
- 978-14-493-4380-4, 9781449343804
- Data wydania ebooka:
-
2012-07-26
Data wydania ebooka często jest dniem wprowadzenia tytułu do sprzedaży i może nie być równoznaczna z datą wydania książki papierowej. Dodatkowe informacje możesz znaleźć w darmowym fragmencie. Jeśli masz wątpliwości skontaktuj się z nami sklep@helion.pl.
- Język publikacji:
- angielski
- Rozmiar pliku ePub:
- 1.9MB
- Rozmiar pliku Mobi:
- 5.6MB
Spis treści książki
- Intermediate Perl
- Foreword
- Preface
- Structure of This Book
- Conventions Used in This Book
- Using Code Examples
- Safari Books Online
- How to Contact Us
- Acknowledgments
- 1. Introduction
- What Should You Know Already?
- strict and warnings
- Perl v5.14
- A Note on Versions
- What About All Those Footnotes?
- Whats With the Exercises?
- How to Get Help
- What If Im a Perl Course Instructor?
- Exercises
- 2. Using Modules
- The Standard Distribution
- Exploring CPAN
- Using Modules
- Functional Interfaces
- Selecting What to Import
- Object-Oriented Interfaces
- A More Typical Object-Oriented Module: Math::BigInt
- Fancier Output with Modules
- Whats in Core?
- The Comprehensive Perl Archive Network
- Installing Modules from CPAN
- CPANminus
- Installing Modules Manually
- Setting the Path at the Right Time
- Setting the Path Outside the Program
- Extending @INC with PERL5LIB
- Extending @INC on the Command Line
- local::lib
- Exercises
- 3. Intermediate Foundations
- List Operators
- List Filtering with grep
- Transforming Lists with map
- List Operators
- Trapping Errors with eval
- Dynamic Code with eval
- The do Block
- Exercises
- 4. Introduction to References
- Doing the Same Task on Many Arrays
- PeGS: Perl Graphical Structures
- Taking a Reference to an Array
- Dereferencing the Array Reference
- Getting Our Braces Off
- Modifying the Array
- Nested Data Structures
- Simplifying Nested Element References with Arrows
- References to Hashes
- Checking Reference Types
- Exercises
- 5. References and Scoping
- More than One Reference to Data
- What If That Was the Name?
- Reference Counting and Nested Data Structures
- When Reference Counting Goes Bad
- Creating an Anonymous Array Directly
- Creating an Anonymous Hash
- Autovivification
- Autovivification and Hashes
- Exercises
- 6. Manipulating Complex Data Structures
- Using the Debugger to View Complex Data
- Viewing Complex Data with Data::Dumper
- Other Dumpers
- Marshalling Data
- Storing Complex Data with Storable
- YAML
- JSON
- Using the map and grep Operators
- Applying a Bit of Indirection
- Selecting and Altering Complex Data
- Exercises
- 7. Subroutine References
- Referencing a Named Subroutine
- Anonymous Subroutines
- Callbacks
- Closures
- Returning a Subroutine from a Subroutine
- Closure Variables as Inputs
- Closure Variables as Static Local Variables
- state Variables
- Finding Out Who We Are
- Enchanting Subroutines
- Dumping Closures
- Exercise
- 8. Filehandle References
- The Old Way
- The Improved Way
- Filehandles to Strings
- Processing Strings Line by Line
- Collections of Filehandles
- IO::Handle and Friends
- IO::File
- IO::Scalar
- IO::Tee
- IO::Pipe
- IO::Null and IO::Interactive
- Directory Handles
- Directory Handle References
- Exercises
- 9. Regular Expression References
- Before Regular Expression References
- Precompiled Patterns
- Regular Expression Options
- Applying Regex References
- Regexes as Scalars
- Build Up Regular Expressions
- Regex-Creating Modules
- Using Common Patterns
- Assembling Regular Expressions
- Exercises
- 10. Practical Reference Tricks
- Fancier Sorting
- Sorting with Indices
- Sorting Efficiently
- The Schwartzian Transform
- Multilevel Sort with the Schwartzian Transform
- Recursively Defined Data
- Building Recursively Defined Data
- Displaying Recursively Defined Data
- Avoiding Recursion
- The Breadth-First Solution
- Exercises
- 11. Building Larger Programs
- The Cure for the Common Code
- Inserting Code with eval
- Using do
- Using require
- The Problem of Namespace Collisions
- Packages as Namespace Separators
- Scope of a Package Directive
- Packages and Lexicals
- Package Blocks
- Exercises
- 12. Creating Your Own Perl Distribution
- Perls Two Build Systems
- Inside Makefile.PL
- Inside Build.PL
- Perls Two Build Systems
- Our First Distribution
- h2xs
- Module::Starter
- Custom Templates
- Inside Your Perl Distribution
- The META File
- Adding Additional Modules
- Inside a Module
- Plain Ol Documentation
- Pod Command Paragraphs
- Pod Paragraphs
- Pod Formatting Codes
- Checking the Pod Format
- The Module Code
- Module Building Summary
- Creating a Module::Build Distribution
- Creating a ExtUtils::Makemaker Distribution
- Exercises
- 13. Introduction to Objects
- If We Could Talk to the Animals. . .
- Introducing the Method Invocation Arrow
- The Extra Parameter of Method Invocation
- Calling a Second Method to Simplify Things
- A Few Notes About @ISA
- Overriding the Methods
- Starting the Search from a Different Place
- The SUPER Way of Doing Things
- What to Do with @_
- Where We Are
- Our Barnyard Summary
- Exercises
- 14. Introduction to Testing
- Why Should We Test?
- The Perl Testing Process
- Test Anywhere Protocol
- The Art of Testing
- A Test Example
- The Test Harness
- The Standard Tests
- Checking that Modules Compile
- The Boilerplate Tests
- The Pod Tests
- Adding Our First Tests
- Measuring Our Test Coverage
- Subroutine Coverage
- Statement Coverage
- Branch Coverage
- Conditional Coverage
- Exercises
- 15. Objects with Data
- A Horse Is a Horse, of Course of CourseOr Is It?
- Invoking an Instance Method
- Accessing the Instance Data
- How to Build a Horse
- Inheriting the Constructor
- Making a Method Work with Either Classes or Instances
- Adding Parameters to a Method
- More Interesting Instances
- A Horse of a Different Color
- Getting Our Deposit Back
- Dont Look Inside the Box
- Faster Getters and Setters
- Getters that Double as Setters
- Restricting a Method to Class Only or Instance Only
- Exercise
- 16. Some Advanced Object Topics
- UNIVERSAL Methods
- Testing Our Objects for Good Behavior
- The Last Resort
- Using AUTOLOAD for Accessors
- Creating Getters and Setters More Easily
- Multiple Inheritance
- Exercises
- 17. Exporter
- What use Is Doing
- Importing with Exporter
- @EXPORT and @EXPORT_OK
- Grouping with %EXPORT_TAGS
- Custom Import Routines
- Exercises
- 18. Object Destruction
- Cleaning Up After Ourselves
- Nested Object Destruction
- Beating a Dead Horse
- Indirect Object Notation
- Additional Instance Variables in Subclasses
- Using Class Variables
- Weakening the Argument
- Exercise
- 19. Introduction to Moose
- Making Animals with Moose
- Roles Instead of Inheritance
- Default Values
- Constraining Values
- Wrapping Methods
- Read-Only Attributes
- Making Animals with Moose
- Improving the Race Horse
- Further Study
- Exercises
- 20. Advanced Testing
- Skipping Tests
- Testing Object-Oriented Features
- Grouping Tests
- Testing Large Strings
- Testing Files
- Testing STDOUT or STDERR
- Using Mock Objects
- Writing Our Own Test::* Modules
- Exercises
- 21. Contributing to CPAN
- The Comprehensive Perl Archive Network
- Getting Prepared
- How PAUSE Works
- The Indexer
- Module Maintainers
- Before We Start Work
- Preparing the Distribution
- Create or Update the README
- Check the Build File
- Update the Manifest
- Increase the Version String
- Test the Distribution
- Uploading the Distribution
- Testing on Multiple Platforms
- Announcing the Module
- Exercises
- A. Answers to Exercises
- Answers for Chapter 1
- Exercise 1
- Exercise 2
- Answers for Chapter 1
- Answers for Chapter 2
- Exercise 1
- Exercise 2
- Exercise 3
- Answers for Chapter 3
- Exercise 1
- Exercise 2
- Answers for Chapter 4
- Exercise 1
- Exercise 2
- Exercise 3
- Answers for Chapter 5
- Exercise 1
- Exercise 2
- Exercise 3
- Answers for Chapter 6
- Exercise 1
- Exercise 2
- Answer for Chapter 7
- Exercise 1
- Answers for Chapter 8
- Exercise 1
- Exercise 2
- Exercise 3
- Answers for Chapter 9
- Exercise 1
- Exercise 2
- Exercise 3
- Answers for Chapter 10
- Exercise 1
- Exercise 2
- Exercise 3
- Exercise 4
- Exercise 5
- Answers for Chapter 11
- Exercise 1
- Exercise 2
- Answers for Chapter 12
- Exercise 1
- Exercise 2
- Exercise 3
- Answers for Chapter 13
- Exercise 1
- Exercise 2
- Exercise 3
- Answers for Chapter 14
- Exercise 1
- Exercise 2
- Exercise 3
- Exercise 4
- Exercise 5
- Answer for Chapter 15
- Exercise 1
- Answers for Chapter 16
- Exercise 1
- Exercise 2
- Answers for Chapter 17
- Exercise 1
- Exercise 2
- Exercise 3
- Answers for Chapter 18
- Exercise 1
- Answers for Chapter 19
- Exercise 1
- Exercise 2
- Answers for Chapter 20
- Exercise 1
- Exercise 2
- Answers for Chapter 21
- Exercise 1
- Exercise 2
- Exercise 3
- Exercise 4
- Exercise 5
- Exercise 6
- Exercise 7
- Index of Modules in this Book
- Index
- About the Authors
- Colophon
- Copyright
O'Reilly Media - inne książki
-
FinOps brings financial accountability to the variable spend model of cloud. Used by the majority of global enterprises, this management practice has grown from a fringe activity to the de facto discipline managing cloud spend. In this book, authors J.R. Storment and Mike Fuller outline the proce...(0,00 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
Edge AI is transforming the way computers interact with the real world, allowing IoT devices to make decisions using the 99% of sensor data that was previously discarded due to cost, bandwidth, or power limitations. With techniques like embedded machine learning, developers can capture human intu...(0,00 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
Why is it difficult for so many companies to get digital identity right? If you're still wrestling with even simple identity problems like modern website authentication, this practical book has the answers you need. Author Phil Windley provides conceptual frameworks to help you make sense of all ...(0,00 zł najniższa cena z 30 dni)
186.15 zł
219.00 zł(-15%) -
Python was recently ranked as today's most popular programming language on the TIOBE index, thanks to its broad applicability to design and prototyping to testing, deployment, and maintenance. With this updated fourth edition, you'll learn how to get the most out of Python, whether you're a profe...(0,00 zł najniższa cena z 30 dni)
305.15 zł
359.00 zł(-15%) -
With the accelerating speed of business and the increasing dependence on technology, companies today are significantly changing the way they build in-house business solutions. Many now use low-code and no code technologies to help them deal with specific issues, but that's just the beginning. Wit...
Building Solutions with the Microsoft Power Platform Building Solutions with the Microsoft Power Platform
(0,00 zł najniższa cena z 30 dni)262.65 zł
309.00 zł(-15%) -
Companies are scrambling to integrate AI into their systems and operations. But to build truly successful solutions, you need a firm grasp of the underlying mathematics. This accessible guide walks you through the math necessary to thrive in the AI field such as focusing on real-world application...(0,00 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
DevOps engineers, developers, and security engineers have ever-changing roles to play in today's cloud native world. In order to build secure and resilient applications, you have to be equipped with security knowledge. Enter security as code.In this book, authors BK Sarthak Das and Virginia Chu d...(0,00 zł najniższa cena z 30 dni)
186.15 zł
219.00 zł(-15%) -
With the increasing use of AI in high-stakes domains such as medicine, law, and defense, organizations spend a lot of time and money to make ML models trustworthy. Many books on the subject offer deep dives into theories and concepts. This guide provides a practical starting point to help develop...(0,00 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
Why are so many companies adopting GitOps for their DevOps and cloud native strategy? This reliable framework is quickly becoming the standard method for deploying apps to Kubernetes. With this practical, developer-oriented book, DevOps engineers, developers, IT architects, and SREs will learn th...(0,00 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
Learn the essentials of working with Flutter and Dart to build full stack applications that meet the needs of a cloud-driven world. Together, the Flutter open source UI software development kit and the Dart programming language for client development provide a unified solution to building applica...(0,00 zł najniższa cena z 30 dni)
220.15 zł
259.00 zł(-15%)
Dzieki opcji "Druk na żądanie" do sprzedaży wracają tytuły Grupy Helion, które cieszyły sie dużym zainteresowaniem, a których nakład został wyprzedany.
Dla naszych Czytelników wydrukowaliśmy dodatkową pulę egzemplarzy w technice druku cyfrowego.
Co powinieneś wiedzieć o usłudze "Druk na żądanie":
- usługa obejmuje tylko widoczną poniżej listę tytułów, którą na bieżąco aktualizujemy;
- cena książki może być wyższa od początkowej ceny detalicznej, co jest spowodowane kosztami druku cyfrowego (wyższymi niż koszty tradycyjnego druku offsetowego). Obowiązująca cena jest zawsze podawana na stronie WWW książki;
- zawartość książki wraz z dodatkami (płyta CD, DVD) odpowiada jej pierwotnemu wydaniu i jest w pełni komplementarna;
- usługa nie obejmuje książek w kolorze.
W przypadku usługi "Druk na żądanie" termin dostarczenia przesyłki może obejmować także czas potrzebny na dodruk (do 10 dni roboczych)
Masz pytanie o konkretny tytuł? Napisz do nas: sklep[at]helion.pl.
Książka, którą chcesz zamówić pochodzi z końcówki nakładu. Oznacza to, że mogą się pojawić drobne defekty (otarcia, rysy, zagięcia).
Co powinieneś wiedzieć o usłudze "Końcówka nakładu":
- usługa obejmuje tylko książki oznaczone tagiem "Końcówka nakładu";
- wady o których mowa powyżej nie podlegają reklamacji;
Masz pytanie o konkretny tytuł? Napisz do nas: sklep[at]helion.pl.


Oceny i opinie klientów: Intermediate Perl. Beyond The Basics of Learning Perl. 2nd Edition Randal L. Schwartz, brian d foy, Tom Phoenix (0)
Weryfikacja opinii następuję na podstawie historii zamówień na koncie Użytkownika umieszczającego opinię. Użytkownik mógł otrzymać punkty za opublikowanie opinii uprawniające do uzyskania rabatu w ramach Programu Punktowego.