Cheap Web Hosting and Domain Registration - Dayana Host   Cheap Web Hosting with Instant Account Activation by Dayana Host
More than 73,934 web sites hosted. Latest client joined at Jul 1, 2009, 9:18pm PDT Cheap Web Hosting with Instant Account Activation by Dayana Host
 
 

Useful Books and Software

Related Perl Books

     
 
Books and Software > Books > Perl > Page 1
 
     
 
Web Hosting and Web Design Related Perl Books Page 1 of 66
Total results: 659
 
     
     
 
  1 2 3 4 5 6 7 8 9 10 
 
     
 
Effective Perl Programming: Writing Better Programs with Perl (A-W Developers Press)
Effective Perl Programming: Writing Better Programs with Perl (A-W Developers Press)
The book on Perl that experienced Perl programmers have been looking for, Effective Perl Programming explains idiomatic Perl, covering the latest release (Version 5). It includes information and useful examples about the structure, functions, and latest capabilities of the language, such as self-documenting object-oriented modules. Learn from Hall's answers to "real life" questions and problems he receives from newsgroups and his Perl seminars.

Effective Perl Programming is a gem of a Perl book. Its author, Joseph Hall, is a well-known Perl instructor and frequent poster on the seminal comp.lang.perl.misc newsgroup. The book's technical editor is none other than Randal Schwartz, noted Net personality, enigmatic author of Learning Perl, and contributor to Programming Perl.

Hall has distilled his years of Perl experience into a book for Perl programmers that is both fluid and fun to read. It's somewhat like reading the Perl FAQ; even when you think you know everything, there's so much you don't know.

Effective Perl Programming has a clear layout: the text is easy on the eyes and the monospaced font makes a clear distinction between backticks and single quotes. Hall uses his PEGS (PErl Graphical Structures) notation to show the difference between Perl's different types of data structures and how everything ties together.

Packed with great examples and code snippets, this book is an excellent source of tips and tricks to make your Perl programs faster and easier to read. You'll also find a strong section on using the Perl debugger to improve your Perl programming skills. In yet another section, Hall walks the reader through the creation of a complete XS module that can boost the performance of array shuffling eight-fold. All in all, this is a great book for programmers who want to move beyond plain, verbose Perl toward a more succinct and powerful coding style.

Publisher: Addison-Wesley Professional
Authors: Joseph N. Hall, Randal Schwartz
Release Date: 1998-01-09
ISBN/EAN: 0201419750 / 9780201419757

New Price: $16.00 / Used Price: $4.00

 
 
     
 
Perl Core Language Little Black Book, Second Edition
Perl Core Language Little Black Book, Second Edition
Perl Core Language Little Black Book, Second Edition, provides insightful tips and techniques to programming with Perl. Immediate solutions are provided with field tested examples to help programmers and Web Developers quickly solve problems and exploit the power and flexibility of Perl. The updated edition covers the current version of Perl (5.8) as well as highlighting critical features of the upcoming 6.0 version. Some of the highlights of the new edition include how to create programs and scripts that integrate both Perl and XML, how to use Perl¡¦s newest object-oriented features, how to use Perl¡¦s newer built-in functions, working with Perl¡¦s latest data types, using security features, and mastering the new database modules.

Publisher: Paraglyph
Author: Steven Holzner
Release Date: 2004-09-17
ISBN/EAN: 1932111921 / 9781932111927

New Price: n.a. / Used Price: $175.00

 
 
     
 
The Ruby Programming Language
The Ruby Programming Language
Publisher: Addison Wesley
Authors: Yukihiro Matsomoto, Keiju Ishituka
Release Date: 2002-06
ISBN/EAN: 020171096X / 9780201710960

New Price: n.a. / Used Price: n.a.

 
 
     
 
Perl 5 Interactive Course: Certified Edition
Perl 5 Interactive Course: Certified Edition
The clear, step-by-step instructions in Perl 5 Interactive Course, Certified Edition, teach you how to develop sophisticated Net applications and Web sites using the flexible power of Perl. From simple tasks like writing loops and opening files to advanced topics such as networking, generating graphics, and linking Perl and C, these hands-on lessons show you how it's done.Throw your Internet connection into the mix and you'll have free access to the eZone, the innovative Web-based learning center from Waite Group Press. You'll get expert help from the pros, interactive quizzes for immediate feedback, dedicated discussion groups for interaction with other students, certification, and even optional continuing education units (for a nominal fee). This isn't just a book; it's a Web-based learning center.
  • Provides the opportunity to earn 3 Continuing Education Units from Marquette University
  • Updated edition covers the latest version of Perl
  • Web-based components include online mentors to answer specific questions, interactive testing for immediate feedback, discussion groups for student interaction and more
  • CD-ROM includes Microsoft Internet Explorer, the latest Perl source code and all the binaries needed to run Perl on any platform


Perl is an extremely powerful language that is used on thousands of Web servers for Common Gateway Interface (CGI) scripts, principally because of its unmatched text manipulation capabilities. However, mastering the syntax of Perl is legendarily difficult with its Unix legacy, which favors cryptic--though efficient--syntax. Jon Orwant's Perl 5 Interactive Course is an excellent tutorial for learning the basics of Perl quickly. It lays a foundation and then builds on it to make you a Perl expert.

First, the book outlines the basics of creating and running Perl scripts. (Though this is a Unix-centered approach, the examples will run on Windows NT as well.) Early in the text, the author introduces variables, both scalar and arrays, and basic programming statements (such as conditional statements and looping). He presents the rudiments of using regular expressions and basic Perl metacharacters and commands for searching and replacing text in manageable increments. The author also does a good job of showing how Perl can work together effectively with other Unix commands, such as files and pipes, and operating features, such as processes.

The book is less successful at exposing the intricacies of object-oriented Perl (a difficult topic). However, it is good at explaining some of the pitfalls of Perl programming, including debugging. Other interesting chapters explain topics such as where Perl programming fits into the Internet and why Perl will likely continue to play an important role on the Web. Chapters throughout this book are short and sweet and include simple exercises so that readers can try out Perl on their own. Although no single book can make you into a Perl guru, this tutorial can start you on your way to becoming a competent Perl developer.

Publisher: Waite Group Press
Author: Jon Orwant
Release Date: 1997-11-01
ISBN/EAN: 1571691138 / 9781571691132

New Price: $92.43 / Used Price: $6.26

 
 
     
 
Network Programming with Perl
Network Programming with Perl
(Pearson Education) 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 Softcover. DLC: Perl (Computer program language).

"Network programming"--the term had a distinct meaning once, but now it begs the question, "Is there another kind?" That's why Lincoln Stein's Network Programming with Perl is valuable. It shows how one of the world's top Perl authorities brings the language to bear on problems that require communication among computers, showing that you may not have to resort to Java as soon as you may have thought to meet a networking requirement. What's more, Stein doesn't assume you have a lot of Perl expertise. An intermediate-level familiarity with the language should enable you to understand the examples in the book and follow its classic code-and-commentary structure.

Stein presents full, working scripts, calling attention to particularly interesting lines and passages by repeating them in the text. If a program makes use of an unusual or previously undiscussed function (and lots of them do, because one of the author's missions is to introduce the contents of specialized libraries), its syntax and legal parameters will be documented and a concise statement of its behavior provided. The example programs are the best part of this book, though. As the problems get more complicated, it's fun to watch Stein solve them with efficient, attractive code. Unless you're a really experienced professional, you'll be able to study the examples in this book and learn a lot. --David Wall

Topics covered:

  • Perl function libraries and techniques that allow programs to interact with resources over a network
  • IO::Socket library
  • Net::FTP library
  • Net::Telnet library
  • Net::SMTP library
  • Chat problems
  • Internet Message Access Protocol (IMAP) issues
  • Markup-language parsing
  • Internet Protocol (IP) broadcasting and multicasting


Publisher: Addison-Wesley Professional
Author: Lincoln D. Stein
Release Date: 2001-01-06
ISBN/EAN: 0201615711 / 9780201615715

New Price: $29.93 / Used Price: $12.79

 
 
     
 
JavaScript Demystified
JavaScript Demystified
Even if you have no programming experience, you'll learn to create dynamic, interactive Web pages with help from this easy-to-use, self-teaching guide. Author and programming instructor Jim Keogh covers the basics of this leading Web development language.

Publisher: McGraw-Hill Osborne Media
Author: James Keogh
Release Date: 2005-05-26
ISBN/EAN:

New Price: $9.99 / Used Price: n.a.

 
 
     
 
MySQL Pocket Reference
MySQL Pocket Reference
To help you be more efficient in your work, this handy pocket reference gives you instant reminders on how to use important MySQL functions, especially in conjunction with key parts of the LAMP open source infrastructure. This powerful database system is so rich in features that no administrator or programmer can stay familiar with all of them. MySQL Pocket Reference is an ideal on-the-job companion, well organized to help you find and adapt the statements you need -- quickly.

Updated for the latest versions of this popular database, this edition covers many complex features that have been added to MySQL 5.0 and 5.1, including a section dedicated to stored procedures and triggers. After a brief introduction on installation and initial setup, the book explains:
  • How to configure MySQL, such as setting the root password
  • MySQL data types, including numerics, strings, dates, and complex types
  • SQL syntax, commands, data types, operators, and functions
  • Arithmetic, comparison and logical operators
  • Aggregate and general functions
  • Stored procedures and triggers, including procedure definition, procedure calls, procedure management, cursors, and triggers
You don't have time to stop and thumb through an exhaustive reference when you're hard at work. This portable and affordable guide is small enough to fit into your pocket, and gives you a convenient reference that you can consult anywhere. When you reach a sticking point and need to get to a solution quickly, the MySQL Pocket Reference is the book you want to have.

Publisher: O'Reilly Media, Inc.
Author: George Reese
Release Date: 2003-02-01
ISBN/EAN: 059600446X / 9780596004460

New Price: $2.99 / Used Price: $0.91

 
 
     
 
Perl Debugged
Perl Debugged
Most Perl programmers struggle with debugging, learning the hard way -- and wasting time, money, and energy. In Debugging Perl, two leading Perl developers offer practical techniques that can help you debug Perl code faster and with less frustration, avoid problems in the first place, and optimize every Perl program you write. The authors start by introducing the right mindset for Perl development and debugging: attitudes, beliefs, and behavior that lead to successful code. Next, you'll discover how to avoid problems by "coding defensively" and reducing the complexity of your code. Debugging Perl identifies problems that occur repeatedly in Perl code, showing exactly how to identify and avoid syntax errors, run-time exceptions, semantical errors, resource failures, and the unique problems associated with Perl CGI code. You'll walk through tracing code, and every stage of a rigorous testing process: inspection, unit testing, regression testing, saturation testing, and acceptance testing. The book includes thorough coverage of the Perl debugger, as well as a detailed Appendix presenting debugger commands. For every Perl programmer: new and intermediate-level Perl programmers seeking to save time and money, and advanced Perl programmers seeking to fine-tune their code and mentor others.

Publisher: Addison Wesley Publishing Company
Authors: Peter J. Scott, Ed Wright
Release Date: 2001-03-27
ISBN/EAN: 0201700549 / 9780201700541

New Price: $20.00 / Used Price: $17.45

 
 
     
 
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
PHP is an easy-to-use scripting language perfect for quickly creating the Web features you need. Once you know the basics of how the language works, wouldn't it be great to have a collection of useful scripts that solve those tricky problems and add interesting functionality to your site? We thought so, too.

Instead of starting at "Hello World," Wicked Cool PHP assumes that you're familiar with the language and jumps right into the good stuff. After you learn the FAQs of life-the most commonly wished for PHP scripts-you'll work your way through smart configuration options and the art of forms, all the way through to complex database-backed scripts.

Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text. The 76 easily implemented scripts will also teach you how to:

  • Send and receive email notifications
  • Track your visitors' behavior with cookies and sessions
  • Override PHP's default settings
  • Manipulate dates, images, and text on the fly
  • Harness SOAP and other web services
  • Create an online poll, ecard delivery system, and blog

    But it's not all fun and games: Security is a big concern when programming any web application. So you'll learn how to encrypt your confidential data, safeguard your passwords, and prevent common cross-site-scripting attacks. And you'll learn how to customize all of the scripts to fit your own needs.

    Dynamic Web content doesn't have to be difficult. Learn the secrets of the craft from two experienced PHP developers with Wicked Cool PHP.

    Publisher: No Starch Press
    Authors: William Steinmetz, Brian Ward
    Release Date: 2008-02-09
    ISBN/EAN: 1593271735 / 9781593271732

    New Price: $17.03 / Used Price: $16.53

  •  
     
         
     
    CGI Programming 101: Programming Perl for the World Wide Web, Second Edition
    CGI Programming 101: Programming Perl for the World Wide Web, Second Edition
    If you build web pages you may eventually want to add a guestbook, order form, page counter, or other interactive elements to your website. CGI Programming 101 explains how to do this in simple, easy-to-understand terms. The book shows you how to write useful, real-world web programs, starting with simple guestbook forms and building up to more advanced applications.

    You'll learn:

    * The Basics: where to write your CGI programs; how to upload them and set file permissions; how to run them, and how to debug them when things go wrong

    * How to decode form data and save it to a file or e-mail it to yourself

    * How to create, read, write, and search data files

    * How to use Server-Side Includes to add dynamic content to your web site, plus a complete list of Apache SSI directives

    * How to use random numbers for displaying banner ads and random images

    * How to redirect visitors to another site

    * How to extend your programs by using modules

    * How to create a MySQL database, and write programs that interact with databases using the DBI module

    * How to build an online shopping cart program

    * How to e-mail attachments using a CGI program

    * How to write secure programs, and protect your programs against hackers and spammers

    * How to password-protect an area of your website

    ...and more.

    The second edition has been substantially revised, with 100 pages of new material. It teaches good programming practices from the beginning, including use of the industry-standard CGI.pm Perl module. You'll learn how to protect your form-to-mail programs from being hijacked by spammers, how to build a cookie-based shopping cart, and how to develop a password-protected website. Quick-reference pages and an improved index help you find information easily.

    There are also several online tutorials to help you set up your own web server and write CGI programs on any computer system - including Windows, Mac OS X, and Unix.

    CGI Programming 101: Programming Perl for the World Wide Web is a concise presentation of the key elements of Perl CGI, which makes it perfect for programmers who are under the gun. If you need to get up to speed on text strings, for example, you can read that chapter and be a pro within about 10 minutes.

    Form processing is addressed early on, followed by searching and sorting techniques, illustrations of how to use server-side includes (SSI), and other critical issues. There's also a chapter on using MySQL--an open-source SQL database. In general, if you want to get the most out of this book, you'll be better off having some programming experience, be it in BASIC or C++.

    The only element missing from this introductory course is an appendix containing Perl's reserved characters, operators, and functions; instead, this material is presented throughout the book. But CGI Programming 101 is still one of the most efficient ways to get up to speed with Perl CGI. --Stephen W. Plain

    Topics covered: Perl variables, CGI environment variables, form processing, data file I/O, searching/sorting, server-side includes (SSI), random number generation, strings, date and time manipulation, HTTP cookies, e-mail processing, securing scripts, Perl modules, database programming, and custom Perl modules.

    Publisher: CGI101.com
    Author: Jacqueline D. Hamilton
    Release Date: 2004-03-01
    ISBN/EAN: 0966942612 / 9780966942613

    New Price: $24.95 / Used Price: $26.96

     
     
         
         
     
      1 2 3 4 5 6 7 8 9 10 
     
         
     

    Home | Process Guide | Affiliate Program | Network Maps | Testimonials | Uptime Monitor | Contact | Table of Contents | phpOnline
    Domain Registration | Personal Web Hosting Plans | Business Web Hosting Plans | Reseller Web Hosting Plans | Sample Clients
    Customer Service | Support Center | Forums | Control Panel Demo | Useful Resources and links | Books and Software
    CPanel and WHM Tutorials | Web Site Design Templates | Upgrade, Renew and Maintenance | Free Counter | NS Lookup | Whois
    Acceptable Use Policy, Anti Spam Policy, Terms of Services | Privacy Policy