Amazon.com: Beginning Perl Web Development: From Novice to Professional (Beginning: From Novice to Professional) (9781590595312): Steve Suehring: Books
Beginning Perl Web Development: From Novice to Professional and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Sell Back Your Copy
For a $0.58 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Beginning Perl Web Development: From Novice to Professional (Beginning: From Novice to Professional)
 
 
Start reading Beginning Perl Web Development: From Novice to Professional on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Beginning Perl Web Development: From Novice to Professional (Beginning: From Novice to Professional) [Paperback]

Steve Suehring (Author)
4.7 out of 5 stars  See all reviews (3 customer reviews)

List Price: $39.99
Price: $26.52 & this item ships for FREE with Super Saver Shipping. Details
You Save: $13.47 (34%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Monday, February 27? Choose One-Day Shipping at checkout. Details

Formats

Amazon Price New from Used from
Kindle Edition $17.59  
Paperback $26.52  

Book Description

November 7, 2005 Beginning: From Novice to Professional

Beginning Perl Web Development: From Novice to Professional introduces you to the world of Perl Internet application development. This book tackles all areas crucial to developing your first web applications and includes a powerful combination of real-world examples coupled with advice. Topics range from serving and consuming RSS feeds, to monitoring Internet servers, to interfacing with e-mail. You’ll learn how to use Perl with ancillary packages like Mason and Nagios.

Though not version-specific, this book is an ideal read if you have had some grounding in Perl basics and now want to move into the world of web application development. Author Steve Suehring emphasizes the security implications of Perl, drawing on years of experience teaching readers how to think safe, avoid common pitfalls, and produce well-planned, secure code.

Table of Contents

  1. The CGI Module
  2. Popular CGI Modules
  3. Databases and Perl
  4. System Interaction
  5. LWP Modules
  6. Net:: Tools
  7. SOAP-Based Web Services
  8. Perl and RSS
  9. XML Parsing with Perl
  10. Apache and mod_perl
  11. Development with mod_perl
  12. The Template Toolkit
  13. Perl Web Sites with Mason

Frequently Bought Together

Beginning Perl Web Development: From Novice to Professional (Beginning: From Novice to Professional) + Developing Web Applications with Apache, MySQL, memcached, and Perl (Wrox Programmer to Programmer) + Writing CGI Applications with Perl
Price For All Three: $86.52

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Developing Web Applications with Apache, MySQL, memcached, and Perl (Wrox Programmer to Programmer) $29.43

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Writing CGI Applications with Perl $30.57

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought


Editorial Reviews

About the Author

Steve Suehring is the security editor for LinuxWorld Magazine. He has written articles for Linux Magazine and authored a book titled MySQL. Suehring has also edited a number of titles on Linux and open source software. He has been working with closed and open source software for a number of years.

Product Details

  • Paperback: 376 pages
  • Publisher: Apress; 1 edition (November 7, 2005)
  • Language: English
  • ISBN-10: 1590595319
  • ISBN-13: 978-1590595312
  • Product Dimensions: 9.1 x 7 x 1.1 inches
  • Shipping Weight: 1.6 pounds (View shipping rates and policies)
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Best Sellers Rank: #888,665 in Books (See Top 100 in Books)

More About the Author

Steve Suehring is a technology architect specializing in advising clients looking to integrate new technologies into their environment. Steve resides in the U.S.

 

Customer Reviews

3 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

12 of 12 people found the following review helpful:
5.0 out of 5 stars Perl programming for your Internet needs, November 23, 2005
This review is from: Beginning Perl Web Development: From Novice to Professional (Beginning: From Novice to Professional) (Paperback)
The focus of this book is on interacting with the Internet using Perl. It assumes some very basic knowledge of programming such as the concepts of scalar variables, arrays, if/then/else, and similar items. If you are not familiar with these items in a Perl environment then it is still all covered pretty well in the Appendix. The first section of the book contains information on working with CGI modules, databases, and interacting with the operating system for directory information, file uploads, etc. The second section discusses working with the LWP and Net::Tools. The LWP is the Library of WWW modules in Perl. This collection of modules allows you to write Perl programs that include the most common web tasks built in including retrieving web pages and submitting web-based forms. While the LWP supports various web protocols including HTTP, HTTPS, FTP, and NNTP the book concentrates primarily on using the LWP with HTTP and HTTPS. The NET::Tools primarily look at working with POP3 and SMTP services. The third section of the book is about using Perl with XML, SOAP, and RSS. The following section focuses on using mod_perl to enhance performance. As a module embedded in the Apache server this allows Perl to execute faster and allows the Perl programs to access the Apache request object. The fifth and final section focuses on working with templates, and building perl based web sites with Mason. Mason is used to insert Perl code directly into an HTML page. This in turn allows for a dynamic web site with elements common to all pages but still allowing some changes based on the page being accessed. Beginning Perl Web Development is highly recommended to anyone who wants to use Perl for added functionality with your web site or to allow interaction with other web sites.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 16 people found the following review helpful:
4.0 out of 5 stars A Sampler of What Perl Can Do on the Web, April 27, 2006
By 
This review is from: Beginning Perl Web Development: From Novice to Professional (Beginning: From Novice to Professional) (Paperback)
My warning with "Beginning Perl Web Development: From Novice to Professional" is to understand what author Steve Suehring means by the word "novice." He does not mean it as a synonym for "beginner". If you don't have some degree of skill in Perl, you will be overwhelmed.

That being said, I would highly recommend this book to anyone who has worked through a beginning Perl book, or several. (I've found that the best way to learn any computer language is to work through several introductory books, getting most of the examples to work on my computer.) Do like I did and read through the appendix, "Perl Basics," first. I'll admit I learned a few things, and I'd bet that you will, too. This appendix is worth the price of the book.

I don't think that anyone will become an expert (or professional) in the areas Suehring covers by reading this book. However, this is an excellent book for seeing what is out there and getting your feet wet. His section on databases led me to read a book on SQL, and I'm about halfway through another. I'm grateful for his push in that direction!

Next for me will probably be a book on LWP, a Perl module to automate web surfing. Suehring gave me a start, but I need more.

I already had some background in CGI using Perl. I enjoyed the review, though. CGI, Common Gateway Interface, is a way to go beyond HTML. For instance, I use it to read and write files on my website in response to user input.

I don't at this time have a great deal of interest in Net::Tools, that is such skills as sending e-mail from web-sites and pinging them. Nor do I see myself studying XML and RSS, Perl templates and Mason, or learning about the Apache server. However, I'm glad I read through the whole book to get an idea of what is involved.

I should include a comment that "Beginning Perl Web Development: From Novice to Professional" is a bit Unix-centric, like so many Perl books. I should also share that the source-code on the web-site for the examples is all in .tar.gz format, rather than the .zip format we Windows users are accustomed to dealing with. So if you are a Windows user, plan to do a lot of typing. Or to figure out that .tar.gz thing.

Read the whole book, appendix first. (Either now, or when you have a couple Perl tutorials under your belt.) My guess is "Beginning Perl Web Development: From Novice to Professional" will lead you to find a new area of interest or two, too, and probably different ones from mine.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
5.0 out of 5 stars The Perl Handbook for Internet Development, December 3, 2005
This review is from: Beginning Perl Web Development: From Novice to Professional (Beginning: From Novice to Professional) (Paperback)
Perl and the Internet, especially the web, are nothing new. CGI programming and Perl were part of the early wild, wild west days of the World Wide Web. However, Perl is more than just a CGI processor relegated to handling simple email forms and other mundane web tasks. In this book the author will take you through several examples and topics dealing with using Perl for database development, XML and RSS feeds, performance monitoring of your web server, and advanced CGI tasks such as how to handle uploaded files on the web with Perl, and much more.

Each section goes over a concept, introduces the module you will be using to accomplish the task, shows you the source code and walk you through it. In addition, tips as well as things to avoid are listed throughout each example for things to watch out for, or for common programming pitfalls to avoid with Perl. Sections themselves are broken down into topics that group concepts such as separate topics on XML and RSS feeds, CGI, Performance Monitoring and Web Templates.

This is a good book for the Perl programmer with some skills beneath his or her belt. It helps you take the simple Perl you may be using on your website today and help develop it to use all the power and functionality of Perl.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
hosts using wildcards, forcearray option, run control file, use strict pragma, cgi module, cgi object, taint checking, taint mode, execute sth, handler package, perl program, untrusted data, run quotes, browser object, print header, ping object, database handle, unsafe characters, use pragma, multiple cookies, perl interpreter, statement handle, cgi program
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Template Toolkit, Done Figure, Mozilla Firefox, Hello World, Security Considerations, Done Adhlock Figure, Steve Suehring, National Weather Service, Severe Thunderstorm Watch, E-mail Address, Internal Server Error, Submit Query, Using Apache, Untitled Document, Host Wildcard, Safe Is Our Business, Honda Accord, Van Halen, Employee Name, Using Mason, You've Got Mail, Both Shows, Storm Prediction Center, Sat Jun, Test E-mail
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(5)
(1)
(1)
(1)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject