Network Programming with Perl

Network Programming with Perl
Title Network Programming with Perl PDF eBook
Author Lincoln D. Stein
Publisher Addison-Wesley Professional
Total Pages 798
Release 2001
Genre Computers
ISBN 9780201615715

Download Network Programming with Perl Book in PDF, Epub and Kindle

A text focusing on the methods and alternatives for designed TCP/IP-based client/server systems and advanced techniques for specialized applications with Perl. A guide examining a collection of the best third party modules in the Comprehensive Perl Archive Network. Topics covered: Perl function libraries and techniques that allow programs to interact with resources over a network. IO: Socket library ; Net: FTP library -- Telnet library -- SMTP library ; Chat problems ; Internet Message Access Protocol (IMAP) issues ; Markup-language parsing ; Internet Protocol (IP) broadcasting and multicasting.

Advanced Perl Programming

Advanced Perl Programming
Title Advanced Perl Programming PDF eBook
Author Sriram Srinivasan
Publisher "O'Reilly Media, Inc."
Total Pages 444
Release 1997
Genre Computers
ISBN 9781565922204

Download Advanced Perl Programming Book in PDF, Epub and Kindle

Covers advanced features of Perl, how the Perl interpreter works, and presents areas of modern computing technology such as networking, user interfaces, persistence, and code generation.

Programming the Network with Perl

Programming the Network with Perl
Title Programming the Network with Perl PDF eBook
Author Paul Barry
Publisher John Wiley & Sons
Total Pages 394
Release 2003-01-10
Genre Computers
ISBN 047084941X

Download Programming the Network with Perl Book in PDF, Epub and Kindle

After providing an introduction to the Perl programming language, this helpful guide teaches computer networking using Perl. Topics discussed include ethernet network analysis, programming standard Internet protocols, and exploring mobile agent programming. * Each chapter provides a general discussion of the technologies under consideration, the support for programming the technologies as provided by Perl, and implementations of working examples * Covers Mobile Agent Technology, which is set to become one of the "next big things" on the Internet * Further information is supplied, including a listing of Web and print resources, programming exercises, and tips to expand the reader's understanding of the material

Perl Hacks

Perl Hacks
Title Perl Hacks PDF eBook
Author Chromatic
Publisher "O'Reilly Media, Inc."
Total Pages 296
Release 2006
Genre Computers
ISBN 0596526741

Download Perl Hacks Book in PDF, Epub and Kindle

A guide to getting the most out of Perl covers such topics as productivity hacks, user interaction, data munging, working with modules, object hacks, and debugging.

Perl

Perl
Title Perl PDF eBook
Author Nathan Patwardhan
Publisher "O'Reilly Media, Inc."
Total Pages 761
Release 2002-06-03
Genre Computers
ISBN 059651655X

Download Perl Book in PDF, Epub and Kindle

This complete guide to the Perl programming language ranges widely through the Perl programmer's universe, gathering together in a convenient form a wealth of information about Perl itself and its application to CGI scripts, XML processing, network programming, database interaction, and graphical user interfaces. The book is an ideal reference for experienced Perl programmers and beginners alike.With more than a million dedicated programmers, Perl is proving to be the best language for the latest trends in computing and business, including network programming and the ability to create and manage web sites. It's a language that every Unix system administrator and serious web developer needs to know. In the past few years, Perl has found its way into complex web applications of multinational banks, the U.S. Federal Reserve, and hundreds of large corporations.In this second edition, "Perl in a Nutshell" has been expanded to include coverage of Perl 5.8, with information on Unicode processing in Perl, new functions and modules that have been added to the core language, and up-to-date details on running Perl on the Win32 platform. The book also covers Perl modules for recent technologies such as XML and SOAP.Here are just some of the topics contained in this book: Basic Perl referenceQuick reference to built-in functions and standard modulesCGI.pm and mod_perlXML:: * modulesDBI, the database-independent API for PerlSockets programmingLWP, the library for Web programming in PerlNetwork programming with the Net modulesPerl/Tk, the Tk extension to Perl for graphical interfacesModules for interfacing with Win32 systemsAs part of the successful "in a Nutshell" book series from O'Reilly & Associates, "Perl in a Nutshell" is for readers who want a single reference for all their needs."In a nutshell, Perl is designed to make the easy jobs easy, without making the hard jobs impossible."-- Larry Wall, creator of Perl

Modern Perl Programming

Modern Perl Programming
Title Modern Perl Programming PDF eBook
Author Michael Saltzman
Publisher Prentice Hall
Total Pages 372
Release 2002
Genre Perl (Computer program language).
ISBN

Download Modern Perl Programming Book in PDF, Epub and Kindle

The complete Perl learning resource for novices and experienced programmers alike, with advanced coverage that highlights GUI development, networking applications, real database integration, and much more. Includes many clear examples of using references (pointers)--the cornerstone of all advanced Perl development.

Win32 Perl Programming

Win32 Perl Programming
Title Win32 Perl Programming PDF eBook
Author Dave Roth
Publisher Sams Publishing
Total Pages 754
Release 2001
Genre Computers
ISBN 157870216X

Download Win32 Perl Programming Book in PDF, Epub and Kindle

This book is a guide to Perl¿s most common Win32 extensions, grouped by their functionality. The new edition updates coverage from Perl 5.05 to current Perl version 5.6. It also includes new chapters offering critical, badly-needed information regarding security for Win32Perl, the topic most highly requested by reviewers. The appendices have descriptions and syntax of each function in the extensions covered. Each chapter makes extensive use of code segments to illustrate the use of specific functions and real world scenarios in which these functions can be used.