Perl Packages Resources

Below you will find 0 categories and 9 links related to Perl Packages Resources.

Links:

Perl : Books

Advanced Perl Programming

Visit Advanced Perl Programming

This book covers complex techniques for managing production-ready Perl programs and explains methods for manipulating data and objects that may have looked like magic before. It gives you necessary background for dealing with networks, databases, and GUIs, and includes a discussion of internals to help you program more efficiently and embed Perl within C or C within Perl. Major topics include practical use of packages and classes (object-oriented programming OOP); complex data structures; persistence (e.g.. using a database); networking; graphical interfaces, using the Tk tookit; interaction with C language functions; embedding and extending the Perl interpreter; selected internals; use of references, trapping errors through eval operator, non-blocking I/O, and using ties to trigger actions when data is accessed. You will emerge from thsi book a better hacker, and proud master of Perl

  • Cost: $24.47
  • Pages: 434
  • Edition: 1st edition
  • ISBN: 1565922204

Complete PERL Training Course

Visit Complete PERL Training Course

The Perl Multimedia Cyber Classroom delivers complete interactive Perl training that includes more than 3 hours of audio, hundreds of programming and interactive exercises, more than 100 complete Perl programs, full-text searching, hyperlinking, tips, tricks, and more. Perl By Example is a guide to Perl that starts with the basics of Perl scripting and carries you all the way to advanced networking and Web applications. Coverage starts with statements, variables, scalars, arrays, hashes, and printing. Understand Perl operators, expressions, control structures, and file handling. Next, learn how to modularize and package Perl scripts, work with objects in the Perl environment, interface with the surrounding system, and create sophisticated reports. Using extensive examples, learn how to use Perl on the Web and in advanced networking applications that utilize message queues, semaphores, and shared memory.

  • Cost: $6.90
  • Pages: 550
  • Edition: Book and CD-ROM edition
  • ISBN: 0130799807

Perl & XML (O'Reilly Perl)

Visit Perl & XML (O'Reilly Perl)

XML is a text-based markup language that has taken the programming world by storm. More powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and resilient. Perl & XML is aimed at Perl programmers who need to work with XML documents and data. The book covers all the major modules for XML processing in Perl, including XML::Simple, XML::Parser, XML::LibXML, XML::XPath, XML::Writer, XML::Pyx, XML::Parser::PerlSAX, XML::SAX, XML::SimpleObject, XML::TreeBuilder, XML::Grove, XML::DOM, XML::RSS, XML::Generator::DBI, and SOAP::Lite. But this book is more than just a listing of modules; it gives a complete, comprehensive tour of the landscape of Perl and XML, making sense of the myriad of modules, terminology, and techniques. This book covers parsing XML documents and writing them out again; working with event streams and SAX; tree processing and the Document Object Model (DOM); advanced tree processing with XPath and XSLT.

  • Cost: $24.47
  • Pages: 216
  • Edition: 1st edition
  • ISBN: 059600205X

Perl Complete Reference

Visit Perl Complete Reference

Learn all you need to know about Perl from this definitive, hands-on reference. Perl expert Martin Brown will walk you through everything--from the basics of writing your first script and understanding Perl's syntax to the complexities of processing data, communicating with external databases, and communicating over the Web. Along the way, you'll learn how to network, design user interfaces, and write scripts that work under UNIX, Windows, and MacOS. Also covers how to interface to an external C library and embed the Perl interpreter into your C programs. For building, developing, and fine-tuning robust Perl applications, you'll want this thorough guide! Master Perl basics; Learn to create your code with subroutines, packages and modules; Communicate with external files, databases and other machines over your network; Work with XML, HTML, and generate Web scripts to solve your problems; Create cross-platform compatible user interface solutions.

  • Cost: $49.99
  • Pages: 1207
  • Edition: 2nd edition
  • ISBN: 0072129506

Perl for C Programmers

Visit Perl for C Programmers

The Perl book written for the C and C++ programmer. Perl for C Programmers teaches what's similar and different between Perl and C/C++ and how to then utilize Perl to the fullest. 80% of the people who start using Perl for the first time come with a background in the C or C++ programming language. This book is written for those people. Perl is becoming one of the most common languages used in web development because of its powerful ability for text manipulation. There is a large need for Perl books that clearly explain how to use Perl in terms the reader can understand. The primary audience coming to learn Perl is C and C++ programmers. Topics include: CPAN (The Module Archive); Installing Modules; Using the Perl Debugger; Simple I/O; Looping Statements; Variable Declarations and Simple Expressions; Multiple Dimension Arrays; The split and join Functions; The splice Function; The grep Function; Basic Regular Expressions; Hashes; Perl Packages.

  • Cost: $34.99
  • Pages: 432
  • Edition: 1st edition
  • ISBN: 073571228X

Perl How to Program

Visit Perl How to Program

This new book by the world's leading programming language textbook authors carefully explains how to use Perl as a general-purpose programming language and how to program multi-tier, client/server, database-intensive, Internet-and-Web-based applications. Dr. Harvey M. Deitel and Paul J. Deitel are the principals of Deitel & Associates, Inc., the internationally recognized corporate training and content-creation organization specializing in C++, Java, C#, C, Visual Basic, XML, Python, Perl, Internet, World Wide Web and object technologies. The Deitels are also the authors of the world's #1 Java and C++ textbooks, Java How to Program, and C++ How to Program. Topics include: CGI, HTML forms, XML, CGI.pm; Control Structures, Arrays, Hashes; Regular Expressions, Strings; Objects, Encapsulation; OOP, Inheritance, References; OOP, Inheritance, References; Security, Accessibility; Typeglobs, File Globbing; Networking, Sockts, Internet Protocols.

  • Cost: $78.67
  • Pages: 1057
  • Edition: Book and CD-ROM edition
  • ISBN: 0130284181

Perl Programming

Visit Perl Programming

This course is intended for experienced programmers with user level skills in the UNIX environment. Many programs will be written during the class. The lecture topics and lab exercises concentrate on the Perl language and its features, with less emphasis on application specific subjects. The particular applications that you will design, write, and work on during this class are intended to demonstrate the use of Perl's capabilities and services provided in UNIX programming environments. The example programs will provide guidance when you get back to work and begin development on real projects. Topics include: Perl Course Introduction; Overview of Perl; Perl Variables; Arrays and Hashes; I/O: Input Operations and File I/O; Operators; Flow Control; Regular Expressions; Subroutines; Quoting and Interpolation; References; Complex Data Structures; Packages and Modules; Advanced Regular Expressions; Binary Data Structures; Multiasking with Perl.

  • Cost: $40.00
  • Pages: 303
  • Edition: Book and CD-ROM edition
  • ISBN: 1562439766

Perl Programming for Biologists

Visit Perl Programming for Biologists

Working on the assumption that the reader has no formal training in programming, Perl Programming for Biologists demonstrates how Perl is used to solve biological problems. Each chapter opens with a set of learning objectives, provides numerous review questions and self-study exercises, and concludes with a bulleted summary of key points. The author incorporates numerous real-life examples throughout the text. Upon completing the book, readers are able to quickly perform such tasks as correcting recurring errors in spreadsheets, scanning a Fasta sequence for every occurrence of an EcoRI site, adapting other writers' scripts to one's own purposes, and most important, writing reusable and maintainable scripts that spare the rote repetition of code. Topics include: An Introduction to Perl; Variables and Data Types; Arrays and Hashes; Control Structures; Perl Subroutines; String Manipulation; Input and Output; Perl Modules and Packages; Bioperl.

  • Cost: $42.95
  • Pages: 208
  • Edition: paperback
  • ISBN: 0471430595
Perl : Tutorials

Perl in 20 pages

Visit Perl in 20 pages

A guide to Perl 5 for C/C++, awk, and shell programmers. Topics include: Perl versions; Obtaining Perl binaries, documentation; Command line usage; A prototype Perl script; Control constructs; Variables including scalar types, string or number, null string, operators, lists, arrays, hashes, variable declaration, barewords; Calling functions; Defining functions; Returning values; Optional parameters; Regular expressions; Command line arguments; File I/O; Running external commands; References; Packages, modules, records, and objects in Perl.

  • Cost: Free