Perl Subroutines Resources

Below you will find 0 categories and 11 links related to Perl Subroutines Resources.

Links:

Perl : Books

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

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

Visit Perl

Welcome to the only guidebook series that takes a visual approach to professional-level computer topics. Inside you'll discover step-by-step screen shots that demonstrate over 100 key Perl tasks, including: Demystifying references; Creating variables and expressions; Building arrays, lists, and subroutines; Generating output; Working with strings; Handling regular expressions; Working with file systems; Harnessing Perl modules; Using Perl with CGI; Working with databases. The companion CD-ROM includes: Perl 5.6.0; Perl Builder and ActiveState Perl Development Kit evaluation versions; Perl2Exe for Win 32 trial version; Visual Perl Editor and UltraEdit32 shareware versions; Plus, all sample code and an eversion of the book. The multifaceted Perl programming language is captured in a new profile in this fascinating, graphically driven synopsis by a group of graphical text designers at Maran Graphics.

  • Cost: $17.49
  • Pages: 350
  • Edition: Book and CD-ROM edition
  • ISBN: 0764534785

Perl by Example

Visit Perl by Example

Both a reference and tutorial, this book covers the varieties of Perl and their system and Web applications. Chapters address scripts, printing, names, operators, pattern matching, files, subroutines, libraries, references, databases, interfaces, report writing, CGI, and related topics. An accompanying CD-ROM contains all the source code in the book. Through proven sample programs, professional Perl trainer Ellie Quigley takes readers from their first program to highly sophisticated scripting.

  • Cost: $31.49
  • Pages: 880
  • Edition: 3rd edition
  • ISBN: 0130282510

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 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

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

Teach Yourself Perl 5 for Windows NT

Visit Teach Yourself Perl 5 for Windows NT

Perl, a powerful programming language in the UNIX arena, can be used for manipulating text, generating reports, and performing system tasks. Assuming no prior programming knowledge, this easy-to-use guide shows readers how to use this language to develop dynamic user interfaces into Windows NT databases-in no time. Extensive coverage of scripting model architecture, lists and array variables, subroutines, mathematical functions, scalar conversion functions, debugging, and more. Includes Q&A sections, practical exercises, and week-at-a-glance previews. CD-ROM includes everything you need to start creating your very own Perl applications and scripts, including Perl 5 for Win32, Velocis SQL Database server engine, Microsoft Internet Explorer 3.01, all of the examples from the book, and more. With the formalization of Active Server Pages and its new scripting model in Windows NT and IIS, Perl provides a viable alternative to JavaScript and VBScript.

  • Cost: $27.99
  • Pages: 912
  • Edition: Book and CD-ROM edition
  • ISBN: 0672310473
Perl : Tutorials

Summary Tutorial of Perl Basics

Visit Summary Tutorial of Perl Basics

This tutorial will show you some of the most important Perl Basics features that you must know if you want to use Perl language. Perl is an open-source server-side programming language and one of the most popular web programming language. It is also a cross platform programming language and supports vary operating systems such as Unix, Windows, Solaris, Macintosh. A Perl program is called script and can be created with any text editor and saved in a file with the extension.pl-But if you want do see highlighting syntax or some other important editing features, they suggest you to use some dedicated editor. You'll get information about: installing Perl, running Perl, scalar data, variables and operators, lists and arrays, hashes, regular expression, pattern matching, statements, functions and subroutines, files and directories, forms, command line Perl, using modules, database access, and using CGI from Perl.

  • Cost: Free