Beginning Perl Web Development: From Novice to Professional and over 400,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

 

or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
30 used & new from $4.07

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.
 
  

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

~ (Author)
Key Phrases: hosts using wildcards, forcearray option, run control file, Template Toolkit, Done Figure, Mozilla Firefox (more...)
4.7 out of 5 stars  See all reviews (3 customer reviews)

List Price: $39.99
Price: $27.71 & this item ships for FREE with Super Saver Shipping. Details
You Save: $12.28 (31%)
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.

Only 4 left in stock--order soon (more on the way).

Want it delivered Thursday, February 11? Choose One-Day Shipping at checkout. Details
20 new from $4.07 10 used from $4.07

Formats

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

Frequently Bought Together

Customers buy this book with Beginning Perl, Second Edition by James Lee

Beginning Perl Web Development: From Novice to Professional (Beginning: From Novice to Professional) + Beginning Perl, Second Edition
  • This item: Beginning Perl Web Development: From Novice to Professional (Beginning: From Novice to Professional) by Steve Suehring

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

  • Beginning Perl, Second Edition by James Lee

    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

Beginning Perl, Second Edition

Beginning Perl, Second Edition

by James Lee
4.7 out of 5 stars (20)  $26.39
Intermediate Perl

Intermediate Perl

by brian d foy
4.5 out of 5 stars (10)  $26.39
Perl Best Practices

Perl Best Practices

by Damian Conway
4.6 out of 5 stars (36)  $26.37
Programming the Perl DBI

Programming the Perl DBI

by Alligator Descartes
Perl Cookbook, Second Edition

Perl Cookbook, Second Edition

by Tom Christiansen
4.7 out of 5 stars (114)  $32.97
Explore similar items

Editorial Reviews

Product Description

<p><i>Beginning Perl Web Development: From Novice to Professional</i> 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.</p>

<p>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.</p>

About the Author

Steve Suehring is the security editor for <i>LinuxWorld Magazine</i>. He has written articles for <i>Linux Magazine</i> and authored a book titled <i>MySQL</i>. 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 3, 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.com Sales Rank: #717,349 in Books (See Bestsellers in Books)

More About the Author

Steve Suehring
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Steve Suehring Page

Inside This Book (learn more)

What Do Customers Ultimately Buy After Viewing This Item?

Beginning Perl Web Development: From Novice to Professional (Beginning: From Novice to Professional)
73% buy the item featured on this page:
Beginning Perl Web Development: From Novice to Professional (Beginning: From Novice to Professional) 4.7 out of 5 stars (3)
$27.71
Beginning Perl, Second Edition
7% buy
Beginning Perl, Second Edition 4.7 out of 5 stars (20)
$26.39
Developing Web Applications with Apache, MySQL, memcached, and Perl (Wrox Programmer to Programmer)
7% buy
Developing Web Applications with Apache, MySQL, memcached, and Perl (Wrox Programmer to Programmer)
$36.49
Learning Perl, 5th Edition
7% buy
Learning Perl, 5th Edition 4.2 out of 5 stars (299)
$26.39

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

 
10 of 10 people found the following review helpful:
5.0 out of 5 stars Perl programming for your Internet needs, November 23, 2005
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


 
13 of 14 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 Jerry Kassebaum (Dallas, Texas) - See all my reviews
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
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



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
Discussion Replies Latest Post
C# or Java? 66 17 days ago
Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.