ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Scripting Languages - Automating the Web
Author:
Various
ISBN:
1 56592 265 4
Publisher:
O'Reilly
Pages:
218pp
Price:
£21-95
Reviewer:
Joe McCool
Subject:
internet; cgi; perl
Appeared in:
10-5
This is very much an overview. If your objective is to learn Web scripting languages, then this book is not for you. If however, you are concerned with choosing a language, or if you want help to guess who will win the commercial battles out there, then that is another matter. The World Wide Web Consortium (W3C) is led by Tim Berners-Lee, CERN's original visionary for the Web. W3C spearheads standards research and development for the Web and this is their Spring 1997 Journal. The date is important, because the content is probably already out of date. Those who like their information slightly warmer are referred tohttp://www.w3.org/pub/WWW/Journal/.

Possibly of historical interest to readers of these columns is the interview with Larry Wall (original author) and Tom Christiansen on Perl. They argue that Perl is 'the language for getting the job done', as against Java where reliability is deemed an issue. A technical paper by Lincoln Stein is concerned with exploring CGI with CGI.pm, a Perl module. The vast majority of Web pages still use the old workhorse: Common Gateway Interface, hence the relevance of Perl. An attractive feature of this paper (and some of the others) is that he features GUI screen dumps of his code's effect, but again this is merely an overview or introduction.

Perl and CGI are featured again in another paper by Lazar and Holfelder, where they compare them to JavaScript and WebScript, for dynamically displaying database information. Their approach is effective; implementing one program using the three different technologies and comparing the results in terms of portability, cost and ease of maintenance.

Clinton Wong also explores Perl and the LWP library (again this might appeal to C++ programmers). JavaScript (not to be confused with creating Java applets) is considered by Nick Heinle (author of a forthcoming O'Reilly book on the subject), where he argues that static HTML is just not good enough.

At the end of this book I was little the wiser. I am still unsure about what direction to go on Web technology. My inkling is towards conservatism and raw HTML processing with Perl or such like.