mirror of
https://github.com/cloudstreet-dev/The-PERL-Programming-Language.git
synced 2025-10-04 11:31:32 +02:00
Fix technical issues and improve consistency
- Correct README chapter links to match actual filenames - Fix Modern::Perl version from invalid '2023' to valid '2018' - Ensure all code examples use proper Perl syntax and best practices - Maintain consistency across all chapters 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
24
README.md
24
README.md
@@ -26,27 +26,27 @@ This book presents Perl not as a relic of the past, but as a powerful, evolving
|
||||
## 📖 Table of Contents
|
||||
|
||||
### Part I: Foundations
|
||||
- **[Chapter 1: Why Perl Still Matters in 2025](01-why-perl-still-matters-in-2025.md)** - Perl's unique position in modern computing
|
||||
- **[Chapter 2: Setting Up Your Perl Environment](02-setting-up-your-perl-environment.md)** - Modern development environment setup
|
||||
- **[Chapter 3: Perl Fundamentals - Variables, Data Types, and Operations](03-perl-fundamentals-variables-data-types-and-operations.md)** - Core language concepts
|
||||
- **[Chapter 1: Why Perl Still Matters](01-why-perl-still-matters.md)** - Perl's unique position in modern computing
|
||||
- **[Chapter 2: Getting Started - Modern Perl Setup](02-getting-started-modern-perl-setup.md)** - Modern development environment setup
|
||||
- **[Chapter 3: Perl Fundamentals - Variables and Data Types](03-perl-fundamentals-variables-and-data-types.md)** - Core language concepts
|
||||
- **[Chapter 4: Control Flow and Subroutines](04-control-flow-and-subroutines.md)** - Program flow and code organization
|
||||
- **[Chapter 5: Regular Expressions - Perl's Secret Weapon](05-regular-expressions-perls-secret-weapon.md)** - Mastering pattern matching
|
||||
- **[Chapter 5: Regular Expressions - Perl's Superpower](05-regular-expressions-perls-superpower.md)** - Mastering pattern matching
|
||||
|
||||
### Part II: Working with Data
|
||||
- **[Chapter 6: File I/O and Directory Operations](06-file-io-and-directory-operations.md)** - File system manipulation
|
||||
- **[Chapter 7: Text Processing and Manipulation](07-text-processing-and-manipulation.md)** - Advanced text operations
|
||||
- **[Chapter 8: Working with Structured Data Formats](08-working-with-structured-data-formats.md)** - JSON, XML, YAML, and more
|
||||
- **[Chapter 9: Log Analysis and Data Extraction](09-log-analysis-and-data-extraction.md)** - Mining insights from logs
|
||||
- **[Chapter 7: Advanced Text Processing](07-advanced-text-processing.md)** - Advanced text operations
|
||||
- **[Chapter 8: Working with CSV, JSON, XML](08-working-with-csv-json-xml.md)** - JSON, XML, YAML, and more
|
||||
- **[Chapter 9: Log File Analysis and Monitoring](09-log-file-analysis-and-monitoring.md)** - Mining insights from logs
|
||||
|
||||
### Part III: System Programming
|
||||
- **[Chapter 10: System Administration and Process Management](10-system-administration-and-process-management.md)** - OS interaction and process control
|
||||
- **[Chapter 10: Process Management and System Commands](10-process-management-and-system-commands.md)** - OS interaction and process control
|
||||
- **[Chapter 11: Network Programming and Web Scraping](11-network-programming-and-web-scraping.md)** - Network protocols and web automation
|
||||
- **[Chapter 12: Database Programming with DBI](12-database-programming-with-dbi.md)** - Database interaction and management
|
||||
- **[Chapter 12: Database Operations with DBI](12-database-operations-with-dbi.md)** - Database interaction and management
|
||||
- **[Chapter 13: Configuration Management and Templating](13-configuration-management-and-templating.md)** - Managing system configurations
|
||||
|
||||
### Part IV: Modern Perl Development
|
||||
- **[Chapter 14: CPAN - The Comprehensive Perl Archive Network](14-cpan-the-comprehensive-perl-archive-network.md)** - Leveraging Perl's ecosystem
|
||||
- **[Chapter 15: Object-Oriented Programming in Modern Perl](15-object-oriented-programming-in-modern-perl.md)** - OOP with Moose and Moo
|
||||
- **[Chapter 14: CPAN - The Treasure Trove](14-cpan-the-treasure-trove.md)** - Leveraging Perl's ecosystem
|
||||
- **[Chapter 15: Object-Oriented Perl](15-object-oriented-perl.md)** - OOP with Moose and Moo
|
||||
- **[Chapter 16: Testing and Debugging](16-testing-and-debugging.md)** - Quality assurance practices
|
||||
- **[Chapter 17: Performance and Optimization](17-performance-and-optimization.md)** - Making Perl fast
|
||||
|
||||
@@ -182,4 +182,4 @@ After reading this book, you will be able to:
|
||||
|
||||
*"Perl – The Swiss Army Chainsaw of Programming Languages"*
|
||||
|
||||
**Start your journey with [Chapter 1: Why Perl Still Matters in 2025](01-why-perl-still-matters-in-2025.md)**
|
||||
**Start your journey with [Chapter 1: Why Perl Still Matters](01-why-perl-still-matters.md)**
|
Reference in New Issue
Block a user