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.

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

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.

Mastering Algorithms with Perl

Mastering Algorithms with Perl
Title Mastering Algorithms with Perl PDF eBook
Author Jarkko Hietaniemi
Publisher "O'Reilly Media, Inc."
Total Pages 706
Release 1999-08-18
Genre Computers
ISBN 9781449307196

Download Mastering Algorithms with Perl Book in PDF, Epub and Kindle

Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for other languages. Computer scientists have identified many techniques that a wide range of programs need, such as: Fuzzy pattern matching for text (identify misspellings!) Finding correlations in data Game-playing algorithms Predicting phenomena such as Web traffic Polynomial and spline fitting Using algorithms explained in this book, you too can carry out traditional programming tasks in a high-powered, efficient, easy-to-maintain manner with Perl.This book assumes a basic understanding of Perl syntax and functions, but not necessarily any background in computer science. The authors explain in a readable fashion the reasons for using various classic programming techniques, the kind of applications that use them, and -- most important -- how to code these algorithms in Perl.If you are an amateur programmer, this book will fill you in on the essential algorithms you need to solve problems like an expert. If you have already learned algorithms in other languages, you will be surprised at how much different (and often easier) it is to implement them in Perl. And yes, the book even has the obligatory fractal display program.There have been dozens of books on programming algorithms, some of them excellent, but never before has there been one that uses Perl.The authors include the editor of The Perl Journal and master librarian of CPAN; all are contributors to CPAN and have archived much of the code in this book there."This book was so exciting I lost sleep reading it." Tom Christiansen

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 Scripting

Win32 Perl Scripting
Title Win32 Perl Scripting PDF eBook
Author Dave Roth
Publisher Sams Publishing
Total Pages 420
Release 2000
Genre Computers
ISBN 9781578702152

Download Win32 Perl Scripting Book in PDF, Epub and Kindle

Scripting has become an enormously popular method of managing and maintaining Windows NT and 2000 networks--as evidenced by the success of Windows NT Shell Scripting, which has sold over 30,000 copies in 2 years. Simpler than programming, yet allowing greater complexity and utility than packaged network management tools, scripting is now the tool of choice by many of you network administrators. Perl is yet another powerful element of the scripting arsenal, yet since it has been ported to the Windows environment, very little information has been published on how to employ this extremely effective tool. Win32 Perl is so powerful that it can accomplish virtually any task that you may want to perform. Dave Roth, prolific creator of Win32 extensions, is prepared to share his unique insight into how these tasks can be accomplished and provide scripts that can be immediately employed. This book illustrates how Perl can automate many current mundane administrative tasks.

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.