Perl Arrays Resources

Below you will find 0 categories and 18 links related to Perl Arrays Resources.

Links:

Perl : Books

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

Cross Platform Perl

Visit Cross Platform Perl

If you're a system administrator, Web designer, or programmer who wants to write scripts for multiple platforms, you're holding the key to success in your hands. This newly expanded second edition of Eric Foster-Johnson's acclaimed book shows you how to use Perl to automate your daily tasks, create Web pages from CGI scripts, manage files, generate reports, and more for Linux, UNIX, and Windows environments. If you want an easier, faster development solution for client-server and networking applications, this book gives you the cross-platform Perl tools you need to succeed. Topics include: Perl basics and language tutorial; Perl Scripts; Variables; Arrays; Associative arrays; Flow control; File I/O with Perl; Pattern matching and regular expressions; Perl for formatted text database reports; Overview of Perl modules and CPAN; CGI and Web development tutorial with Perl (including using HTML forms); Perl and XML; Perl/Tk.

  • Cost: $27.99
  • Pages: 609
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 0764547291

Extending and Embedding Perl

Visit Extending and Embedding Perl

An explanation of how to expand the functionality and usefulness of the Perl programming language, this guide delves into the complex issues of using real code examples from the Perl source. Detailed is how to use Perl from C programs, such as writing interfaces to C libraries, techniques on implementing Perl callbacks for C libraries, passing Perl hashes and arrays between Perl and C. Additionally, developers are provided with an API reference for the internal C interface to Perl and a reference on the typemap system. Sometimes programmers are required to go outside the core of the Perl programming language to C routines or libraries in order to get their task done. This work was written in order to help software writers relate Perl and C. Assuming that readers are knowledgeable in Perl, they explain how to embed C into programs. In addition they also address cases where Perl is not the best base language and explore the opposite case.

  • Cost: $31.47
  • Pages: 384
  • Edition: paperback
  • ISBN: 1930110820

Learn Perl In a Weekend

Visit Learn Perl In a Weekend

Get ready to learn the most popular programming language of the Internet! Begin your journey into the world of Perl Friday evening as you install ActivePerl and create an HTML page. On Saturday you will cover the basic building blocks of Perl, Perl operators, statements and expressions. On Sunday, you will learn object-oriented programming and how to pull your earlier sessions together in a complete Perl game program. Wrap things up as you touch on advance Perl topics including security, XML integration, and using Perl with CGI. Explains the basics of the Perl programming language in a series of seven tutorials. The book introduces scalars, arrays, hashes, file handling, statements, expressions, and the fundamentals of object- oriented programming, then ties the concepts together in an example game program. The code samples are written on the Windows XP operating system. Quick reference guide teaches you the basics of the Perl programming.

  • Cost: $23.99
  • Pages: 350
  • Edition: 1st edition
  • ISBN: 1931841772

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

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

Sams Teach Yourself Perl in 21 Days

Visit Sams Teach Yourself Perl in 21 Days

Sams Teach Yourself Perl 5 in 21 Days is the ideal book for beginner and intermediate level users who want to gain a solid understanding of this programming language. Using step-by-step tutorials, you'll learn everything you need to know about this popular programming language. Discover how to manipulate text, generate reports, and perform system tasks. Through practical, hands-on instructions, logically organized lessons, and helpful Q&A sections, you'll master Perl functions and concepts and be developing robust programs in no time. Plus, Do/Don't boxes show you how to avoid potential programming pitfalls, illustrations explain constructs such as associative arrays, and tables serve as handy references. No previous programming experience is required; Explores the old and new features of Perl and Perl 5; Teaches Internet programming with Perl 5; A great book for beginning programmers who want to learn Perl.

  • Cost: $24.49
  • Pages: 704
  • Edition: 2nd edition
  • ISBN: 0672320355

Web Wizard's Guide to Perl and CGI

Visit Web Wizard's Guide to Perl and CGI

The Web Wizard's Guide to Perl and CGI teaches readers how to create Web sites that will have an audience coming back for more. From writing scripts to analyzing users' data, this book helps readers create well-designed, user-friendly Web sites. This book covers the following topics: elementary scripts, programming and Perl basics, the Perl/Web interface, advanced Perl statements, how to store data in arrays, how to use Perl to work with Patterns, and how to use multiple page forms that share data. It assumes no programming experience, and also acts as a handy reference. The Web Wizard Series from Addison-Wesley is a series of brief, introductory books written by instructors on Internet and Web programming topics of interest to anyone who wants to create web pages. Each book includes an easy-to-read, full-color design featuring plenty of hands-on examples and exercises, and is written in a concise and practical manner.

  • Cost: $27.20
  • Pages: 240
  • Edition: 1st edition
  • ISBN: 0201764369
Perl : Tutorials

Intro to Perl for CGI

Visit Intro to Perl for CGI

This article will get you started with CGI scripting, the force that makes your forms work, your counters count, and all kinds of other things happen. CGI scripts can be written in a variety of computer languages, but my favorite is Perl, which also just happens to be one of the most used languages for CGI scripting. Topics include: scalars, arrays, and associative arrays; Perl operators; Perl loops and conditionals; turning Perl into CGI; string matching and regular expressions; splitting strings; environmental variables; dealing with input.

  • Cost: Free

Perl FAQs

Visit Perl FAQs

The most frequently asked questions about Perl. This site breaks the FAQ's down into broad categories including: Data Manipulation (manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues); Files and Formats (I/O and the "f" issues: filehandles, flushing, formats and footers); General Perl Language Issues; General Questions About Perl; Networking; Obtaining and Learning About Perl; Programming Tools; Regular Expressions (Pattern matching and regular expressions); System Interaction.

  • Cost: Free

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

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