Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Perl Best Practices
  • Language: en
  • Pages: 542

Perl Best Practices

This book offers a collection of 256 guidelines on the art of coding to help you write better Perl code--in fact, the best Perl code you possibly can. The guidelines cover code layout, naming conventions, choice of data and control structures, program decomposition, interface design and implementation, modularity, object orientation, error handling, testing, and debugging. - Publisher

Higher-Order Perl
  • Language: en
  • Pages: 601

Higher-Order Perl

  • Type: Book
  • -
  • Published: 2005-03-31
  • -
  • Publisher: Elsevier

Most Perl programmers were originally trained as C and Unix programmers, so the Perl programs that they write bear a strong resemblance to C programs. However, Perl incorporates many features that have their roots in other languages such as Lisp. These advanced features are not well understood and are rarely used by most Perl programmers, but they are very powerful. They can automate tasks in everyday programming that are difficult to solve in any other way. One of the most powerful of these techniques is writing functions that manufacture or modify other functions. For example, instead of writing ten similar functions, a programmer can write a general pattern or framework that can then crea...

Mastering Perl
  • Language: en
  • Pages: 345

Mastering Perl

This is the third in O'Reilly's series of landmark Perl tutorials, which started with Learning Perl, the bestselling introduction that taught you the basics of Perl syntax, and Intermediate Perl, which taught you how to create re-usable Perl software. Mastering Perl pulls everything together to show you how to bend Perl to your will. It convey's Perl's special models and programming idioms. This book isn't a collection of clever tricks, but a way of thinking about Perl programming so you can integrate the real-life problems of debugging, maintenance, configuration, and other tasks you encounter as a working programmer. The book explains how to: Use advanced regular expressions, including glo...

Perl One-Liners
  • Language: en
  • Pages: 172

Perl One-Liners

Part of the fun of programming in Perl lies in tackling tedious tasks with short, efficient, and reusable code. Often, the perfect tool is the one-liner, a small but powerful program that fits in one line of code and does one thing really well. In Perl One-Liners, author and impatient hacker Peteris Krumins takes you through more than 100 compelling one-liners that do all sorts of handy things, such as manipulate line spacing, tally column values in a table, and get a list of users on a system. This cookbook of useful, customizable, and fun scripts will even help hone your Perl coding skills, as Krumins dissects the code to give you a deeper understanding of the language. You'll find one-lin...

Perl 6 Now
  • Language: en
  • Pages: 426

Perl 6 Now

  • Type: Book
  • -
  • Published: 2007-03-01
  • -
  • Publisher: Apress

* Perl 6 is not going to be available for quite a while, but, there is enormous interest in the Perl community (Perl use=14% and succeeds Linux and PHP in popularity) about its features and coding style / Many Perl 6-isms are suitable for production code and serious software development. * Most up-to-date text possible on the Perl language. * Walters assists with bimonthly Phoenix Perl Mongers user group meetings, often presenting. Presentations include demonstrations of his CPAN modules, current topics in software engineering, object-oriented programming techniques, information security, peer to peer architecture, ecommerce with credit card gateways, and other topics.

Object Oriented Perl
  • Language: en
  • Pages: 514

Object Oriented Perl

Programmers who already have basic to intermediate skills in procedural Perl and understand fundamental concepts of object orientation will get a solid understanding of basic and advanced object-oriented Perl. This book clarifies when, where and why to use Perl. Featuring many techniques and tricks, it presents solutions to common programming problem and explains how to combine Perl and C++.

The Ruby Way
  • Language: en
  • Pages: 602

The Ruby Way

The Ruby Wayassumes that the reader is already familiar with the subject matter. Using many code samples it focuses on "how-to use Ruby" for specific applications, either as a stand-alone language, or in conjunction with other languages.Topics covered include: Simple data tasks; Manipulating structured data; External data manipulation; User interfaces; Handling threads; System programming; Network and web programming; Tools and utilities.Note: The appendices offer instruction on migrating from Perl and Python to Ruby, and extending Ruby in C and C++.

Computer Science & Perl Programming
  • Language: en
  • Pages: 766

Computer Science & Perl Programming

In its first five years of existence, The Perl Journal ran 247 articles by over 120 authors. Every serious Perl programmer subscribed to it, and every notable Perl guru jumped at the opportunity to write for it. TPJ explained critical topics such as regular expressions, databases, and object-oriented programming, and demonstrated Perl's utility for fields as diverse as astronomy, biology, economics, AI, and games. The magazine gave birth to both the Obfuscated Perl Contest and the Perl Poetry contest, and remains a proud and timeless achievement of Perl during one of its most exciting periods of development.Computer Science and Perl Programming is the first volume of The Best of the Perl Jou...

Randal Schwartz's Perls of Wisdom
  • Language: en
  • Pages: 360

Randal Schwartz's Perls of Wisdom

  • Type: Book
  • -
  • Published: 2007-03-01
  • -
  • Publisher: Apress

* Provides the insights of a true Perl wizard! A compendium of the best-selling author's magazine articles: While some of Randal's columns are available from his web site, not all are, and the book will organize the material into reasonable order, teach concepts, and then expand on the reader's skills. * Teaches basic techniques to programmers just learning Perl. * Describes and demonstrates unique applications of existing CPAN modules.

Software Engineering Handbook
  • Language: en
  • Pages: 555

Software Engineering Handbook

A software engineering career doesn’t follow a straight line. Every phase comes with its own challenges and mysteries. Missteps can cost engineers promotions, compensation, jobs, relationships, and more in their personal lives. Conversely, understanding opportunities can boost engineers’ income, title, career, experience, scope, and influence. Many engineers struggle to navigate pivotal moments upon encountering them for the first time. They go for trial and error. We wrote this book to eliminate such uncertainties and provide guidance through critical moments, such as the following: - How to compare startups and large corporations - How to evaluate offer letters - When to switch teams or jobs - How to turn conflicts to your advantage - How to delegate or manage up - How to ship projects in confidence - How to untangle a chaotic project - How to recover from a career downturn - How to balance your workload This book will help you embrace vital moments with clarity, transform challenges into opportunities, and accelerate your career journey confidently without burning yourself out.