Perl Structures Resources

Below you will find 0 categories and 17 links related to Perl Structures 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

Complete Perl Training Course

Visit Complete Perl Training Course

With this hands-on, interactive training course, you won't just learn Perl: you'll use it to create dynamic CGI applications for the Web, e-commerce, and beyond! Created by leading corporate trainers Deitel & Associates, this revolutionary course brings together the world's #1 interactive Perl training CD-ROM, The Perl Multimedia Cyber Classroom, and the outstanding introductory Perl textbook, Perl How to Program. You'll start with basic Perl syntax and control structures; then master CGI programming, the powerful Perl Database Interface, session tracking, cookies, advanced Web automation, security even XML! If you're ready to build robust, high-performance Perl/CGI Web applications, this course will help you get started now and gain true mastery faster than you ever thought possible! Build complete Web-based applications using Perl and CGI! Includes the best-selling, 900 page Perl introduction Perl How to Program.

  • Cost: $76.99
  • Pages: 900
  • Edition: Book and CD-ROM edition
  • ISBN: 0130895520

Computer Science & Perl

Visit Computer Science & Perl

With well over a million users, Perl is one of the most popular programming languages. There are many reasons for this, but among those cited by its most loyal adherents, Perl has more features than other languages and more publicly available utilities than all other programming languages combined. Simply knowing what's out there is a daunting task, which is why so much of Perl programming is a matter of lore passed down from experts to novices. Computer Science & Perl Programming: Best of The Perl Journal is the first of three volumes from the archives of The Perl Journal that O'Reilly has exclusive rights to distribute. This insightful volume covers: tips for beginners; regular expressions; data structures; networking; databases; software development processes; object-oriented programming; advanced Perl programming techniques. With articles on object-oriented programming, closures, buffering, parsing, and using other languages.

  • Cost: $27.97
  • Pages: 744
  • Edition: 1st edition
  • ISBN: 0596003102

Core Perl

Visit Core Perl

This start-to-finish tutorial and reference gives experienced developers the techniques and real-world code they need to master Perl fast! Begin by leveraging your current skills to quickly master the fundamentals of Perl development from basic syntax to objects, data structures to text processing. Next, learn how to use Perl's powerful facilities for working with files, networks, and relational databases. Finally, Core Perl shows you how to make the most of Perl in any Web application-from simple CGI to full-fledged site development and delivery. Coverage includes all this and more: Data types and built-in functions; Writing and using modules; Text and DBM file manipulation; The DBI portable database interface and Web database integration; CGI, Apache mod_perl modules, HTTP cookies, HTML/Perl templates; Mason: The Perl-based Web site publishing engine; Debugging, program maintenance, optimization, and security.

  • Cost: $31.49
  • Pages: 592
  • Edition: 1st edition
  • ISBN: 0130351814

Data Munging with Perl

Visit Data Munging with Perl

"Munging" is a computer term referring to the process of data conversion. Perl is particularly well suited to data munging and this programmer's guide provides advice on how to most efficiently manipulate data using Perl. After the manipulation of unstructured, record-oriented, fixed-width, and binary data is explored, the work moves into the realms of hierarchical data structures and parsers such as HTML and XML parsing tools. Finally, a demonstration of how to write one's own parsers for data structures is provided. The chapters are concise, the coverage is comprehensive, and the examples are plentiful and relevant.

  • Cost: $25.87
  • Pages: 300
  • Edition: 1st edition
  • ISBN: 1930110006

Elements of Programming With Perl

Visit Elements of Programming With Perl

Introduces the basic elements of computer programming using the context of the Perl language. Variables, loop control constructs, file input and output, regular expressions, references, nested data structures, string and list processing, modules, debugging, abstract data structures and object-oriented programming are covered. This is a complete introduction to programming using Perl, written so it's accessibler to those learning Perl as their first programming language. With examples ranging from useful utility to search the Perl FAQs to a web client for tracking and charting stock quotes to an object-oriented student grading system, this book offers you a practical, hands-on approach to learning programming the Perl way. Inside you will find: style and design issues and the software development cycle; Perl's data types, variables, operators, and control structures; Perl's regular expressions; references and nested data types; list manipulation.

  • Cost: $24.47
  • Pages: 350
  • Edition: paperback
  • ISBN: 1884777805

Mastering Algorithms With Perl

Visit Mastering Algorithms With Perl

Written for readers with at least some Perl programming experience, Mastering Algorithms in Perl delivers a solid library of algorithms written in Perl for business and mathematical computing. From data structures to cryptography and more advanced mathematical algorithms, this book provides a worthwhile guide to extending Perl's coding capabilities. Topics include Perl data types, Big-O notation, data structures, queues, deques, linked lists, binary trees, sorting and searching algorithms, game and dynamic programming, sets and multisets, matrices and graphs, string matching and parsing, 2-D geometry, number systems, cryptography (including DES and RSA), probability, statistics, and numerical analysis.

  • Cost: $24.47
  • Pages: 684
  • Edition: paperback
  • ISBN: 1565923987

Mastering Perl 5

Visit Mastering Perl 5

Mastering Perl 5 is like no other book on Perl. Inside, a recognized expert focuses on the latest version of the language, teaching you all the concepts and techniques you need to master, no matter how you're using Perl. Clear, complete explanations and more than 100 practical examples ensure that you find sound solutions to specific problems. Coverage includes: Mastering Perl 5 data structures, including the new references; Creating CGI scripts with Perl; Configuring your Web server for use with CGI scripts; Handling command-line input; Understanding and using regular expressions; Working with string processing; Handling file I/O; Developing e-mail solutions; Accessing Windows databases; Creating object-oriented programs; Managing the Windows Registry; Linking a database to the Web; Debugging your Perl scripts and programs. Mastering Perl 5 is designed to take the fear out of Unix and Perl, covering the key features of Perl for NT and UNIX.

  • Cost: $19.99
  • Pages: 926
  • Edition: paperback
  • ISBN: B00007FYHV

Mastering Perl for Bioinformatics

Visit Mastering Perl for Bioinformatics

Mastering Perl for Bioinformatics covers the core Perl language and many of its module extensions, presenting them in the context of biological data and problems of pressing interest to the biological community. This book, along with Beginning Perl for Bioinformatics, forms a basic course in Perl programming. This second volume finishes the basic Perl tutorial material (references, complex data structures, object-oriented programming, use of modules--all presented in a biological context) and presents some advanced topics of considerable interest in bioinformatics. The range of topics covered in Mastering Perl for Bioinformatics prepares the reader for enduring and emerging developments in critical areas of bioinformatics programming such as: Gene finding; String alignment; Methods of data storage and retrieval (SML and databases); Modeling of networks (graphs and Petri nets); Graphics (Tk); Parallelization; Statistics (PDL).

  • Cost: $27.97
  • Pages: 504
  • Edition: 1st edition
  • ISBN: 0596003072

Modern Perl Programming

Visit Modern Perl Programming

Modern Perl Programming will help you master Perl's most robust, powerful features so you can make the most of the language whether you're a beginner or an experienced scripter. Michael Saltzman starts with a rapid-fire Perl tutorial and refresher. Then, using actual applications not just code snippets he presents expert guidance on the Perl features that deliver the most power, productivity, and efficiency. Coverage includes: Practical coverage of data types, I/O, control structures, and operators; Making the most of associative arrays, hash tables, and regular expressions; Building your own subroutines; Developing Web-based CGI and network applications; Example-rich coverage of references (pointers)-the cornerstone of advanced Perl development; Object-oriented programming, data structures, and advanced GUI development; Integrating with enterprise-class databases: detailed examples applicable to Oracle and Sybase and other databases.

  • Cost: $27.99
  • Pages: 368
  • Edition: 1st edition
  • ISBN: 0130089656

Perl Cookbook

Visit Perl Cookbook

The Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. You'll find hundreds of rigorously reviewed Perl "recipes" for manipulating strings, numbers, dates, arrays, and hashes; reading, writing, and updating text and binary files; pattern matching and text substitutions; references, data structures, objects, and classes; signals and exceptions; accessing text, hashes, and SQL databases; screen addressing, menus, and graphical applications; writing secure scripts; client-server programming; cgi programming and web automation, and much more. The Perl Cookbook is the long awaited companion volume to Programming Perl.

  • Cost: $27.97
  • Pages: 794
  • Edition: 1st Edition
  • ISBN: 1565922433

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 Weekend Crash Course

Visit Perl Weekend Crash Course

Perl Weekend Crash Course covers the fundamentals of Perl programming including the basic grammar of Perl, syntax, and data manipulation and transformation. In addition, you'll find coverage of perl modules, functions, regular expressions, CGI programming and programming the SQL database interface via the DBI perl module. Perl Weekend Crash Course shows you how to embed Perl within an Apache server and it includes a CD-ROM that provides you with all the code and auxiliary files, pre- and post-assessment software to evaluate the user's progress, and other value-added software. Topics include: Getting and Installing Perl; An Overview of the Perl Language; The Very Basics of Perl; Using Text Editors; Basics of Perl Programming Style; Scalar Data; List and Hash Data; Statements and Expressions; Operators; Basic Input and Output; Control Structures; Perl Native Functions; Advanced Input and Output: File Manipulation; Directory Manipulation.

  • Cost: $17.49
  • Pages: 400
  • Edition: Book and CD-ROM edition
  • ISBN: 0764548271

Professional Perl Programming

Visit Professional Perl Programming

Perl is one of the most important and powerful languages available today, and Professional Perl Programming offers an in-depth guide to exploiting some of its best features. With a densely packed tutorial straight from the experts, it is suitable for any experienced developer who wants to get more from this language. Topics include perl distributions, running perl on Unix, Windows, and other platforms, numbers and strings, perl operators, scalars, lists, arrays, hashes, complex data structures, typeglobs, expressions, statements and blocks, flow control and loops, subroutines, scope and visibility rules in Perl, Perl modules, autoloading modules, Perl file I/O, Terminal I/O, using the Perl debugger, object-oriented Perl, perl sockets and networking, and much more.

  • Cost: $41.99
  • Pages: 1215
  • Edition: 1st edition
  • ISBN: 1861004494