Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Perl and CGI for the World Wide Web: Visual QuickStart Guide
 
イメージを拡大
 
Kindle化リクエスト
このタイトルのKindle化をご希望の場合、こちらをクリックしてください。

Kindle をお持ちでない場合、こちらから購入いただけます。 Kindle 無料アプリのダウンロードはこちら

Perl and CGI for the World Wide Web: Visual QuickStart Guide [ペーパーバック]

Elizabeth Castro
5つ星のうち 5.0  レビューをすべて見る (1 件のカスタマーレビュー)
価格: ¥ 2,780 通常配送無料 詳細
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
通常2~3週間以内に発送します。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。
多読の一助に
英語学習にぴったり、10万冊以上の中から自分のレベルに合った洋書が探せる「英語 難易度別リーディングガイド」 がオープン!

フォーマット

Amazon 価格 新品 中古品
ペーパーバック --  
ペーパーバック, 2001/5/29 ¥ 2,780  
単行本 --  

会員なら、この商品は10%Amazonポイント還元 (ポイントが表示されている場合は、表示ポイント+10%還元)。

キャンペーンおよび追加情報


商品の説明

内容紹介

Perl is one of the most popular scripting languages for adding powerful interactive features to Web pages. Perl lets you place forms on your site that collect and process user input such as comments and product orders; enables visitors to search for information; and can integrate a database into your site, among its many other capabilities. Perl and CGI for the World Wide Web, 2nd Edition: Visual QuickStart Guide fully revised and updated since its original 1998 release, gets users to the core of CGI scripting with Perl. Even first-time programmers will be able to create useful, workable scripts from scratch, or adapt and customize existing scripts to their own needs. Hundreds of screen shots and clear, easy-to-understand directions make this the perfect Perl book for beginners, as well as a handy reference for those with previous programming experience.

内容(「BOOK」データベースより)

Win/Macのセットアップ方法からていねいに解説。解説文・コード・ブラウザ画面がセットになったビジュアル誌面、だからやりたい事がすぐ解る。 --このテキストは、絶版本またはこのタイトルには設定されていない版型に関連付けられています。

登録情報

  • ペーパーバック: 336ページ
  • 出版社: Peachpit Press; 2版 (2001/5/29)
  • 言語 英語, 英語, 英語
  • ISBN-10: 0201735687
  • ISBN-13: 978-0201735680
  • 発売日: 2001/5/29
  • 商品パッケージの寸法: 17.4 x 1.8 x 22.9 cm
  • おすすめ度: 5つ星のうち 5.0  レビューをすべて見る (1 件のカスタマーレビュー)
  • Amazon ベストセラー商品ランキング: 洋書 - 1,408,416位 (洋書のベストセラーを見る)
  •  カタログ情報、または画像について報告

  • 目次を見る

カスタマーレビュー

星4つ
0
星3つ
0
星2つ
0
星1つ
0
最も参考になったカスタマーレビュー
5つ星のうち 5.0 Wet your apetite with a swiming pool. 2001/4/22
By カスタマー
形式:ペーパーバック
I wanted to learn CGI.....this was the only book that really seemed to address the subject from the point of view I was looking for.....I found it well worth the bucks.......Not the Milwalkey type....This book has enough information to get you moving like a tidal wave.....you will need a companion book when you're finished though.....Most ISPs don't allow home written CGI scripts due to the security risks.....this book touches on security and gives great suggestions...but the best suggestion it gives is to buy a book that covers security in greater detail.....I did and with this book and the companion I bought I have been on fire....I need that pool water now.....
このレビューは参考になりましたか?
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com: 5つ星のうち 4.0  126件のカスタマーレビュー
42 人中、40人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 4.0 Superb for the Beginner.. not the best reference book though 1999/12/14
By カスタマー - (Amazon.com)
形式:ペーパーバック
I bought this title back when I was first teaching myself Perl. At the time, I had done some BASIC and VB programming, but knew nothing about Perl and CGI except that it was one of the most common ways to add some interactivity and form handling to a web site.

Admittedly, the coverage of the subject is a little light, and the hold-the-novice-user-by-the-hand- style was actually confusing (she should have used the more standard method of using bold, italics, and monospace fonts to indicate output, user required input, and variables) BUT considering I was at the absolute beginner level with respect to Perl and CGI, I feel the book lived up to my expectations. I wanted something to get me started quickly, and not to assume I knew anything about CGI and PERL but did assume that I knew HTML. I did not want a book that would cover the subject matter exhaustively, just give me a basic "Quick-Start" which it did quite well.

I continued to use the book as a reference for a few months, though it's really not laid out well for that purpose. (I would suggest the O'Reilly Perl CD Bookshelf for that) If you know PERL and CGI basics, this one is not for you, but if you're comfortable with HTML and want to start doing more, It's worth a try.

26 人中、26人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 4.0 2nd edition: Flawed masterpiece 2001/7/5
By "webfielding" - (Amazon.com)
形式:ペーパーバック
I taught myself CGI programming with the first edition of this book a couple of years ago, and have spent most of the ensuing time as a professional web programmer. This alone is testament to the effectiveness of Castro's teaching/writing ability.

The second edition does add much that was missing from the first edition, such as the "use strict" pragma that forces programmers to declare variables, and the CGI.pm library that, for one, circumvents the tedium of parsing form data. Arguably the most important edition, however, is the discussion of setting up a local test environment, but it is also in this area that the book falls short.

In particular I find it bothersome that the author does not recommend installing Apache as a test environment. After all, Apache is the environment under which most CGI scripts will eventually run on virtual web hosts running the Linux/Unix operating system.

So by testing with Apache for Windows, you will be emulating the actual production environment of the script much more closely than by using the other web servers that are recommended. In fact, there are a number of (free) products on the market that bundle Apache and Perl together, so that you don't have to go through the extra step of downloading and installing Perl seperately from the web server software, as in the book's examples.

Another sin of omission is that no consideration is given to the persistent storage of data, other than cumbersome text files. However, this has been one of the areas in which the greatest strides have been made since the first edition. Retrieval and storage of data from web applications, using some sort of database, are practically a given today.

Perhaps the author thought that a discussion of the Perl DBI (Database Interface) would be too much of a digression, and would involve setting up additional database software. However, a few of the same bundles I mentioned above not only include Apache and Perl, but also the mySQL database engine.

At the very least I think there should have been discussion of the very simple "DBM" database system available on almost all Unix systems. Perl makes it very easy to store hash arrays to disk in this format, and just as easy to import them into hashes. This would at least provide readers with a stepping stone to eventually investigating the more robust DBI library.

So I rate the content a 5, but I take off one point for what the book lacks.

24 人中、23人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 4.0 it is what it says it is 2000/1/13
By James A. Donaldson - (Amazon.com)
形式:ペーパーバック
I just completed a class on writing CGI scripts with Perl, and although this was not part of the reading list for the class, nevertheless it's what I used to actually learn what I needed to know. This is NOT a book about learning Perl. It is about writing CGI scripts using Perl. You'll get a decent introduction to Perl syntax and Castro will move you right into applying it to writing CGI scripts, primarily for handling forms. I'm not aware of any other book that gives you exactly what you need (if this is what you're looking for) in such a nice, compact introduction. The "visual" part of the book (the pictures the previous reviewer is lamenting the absence of), is really just simple "screenshot"-like figures showing what Netscape or Explorer would look like given the particular exercise being explained. No, there are no big color pictures in here, but it's really not necessary. Prior knowledge of HTML is recommended, but not absolutely necessary as the author spends some time explaining the HTML syntax behind forms.
これらのレビューは参考になりましたか?   ご意見はクチコミでお聞かせください。
カスタマーレビューの検索
この商品のカスタマーレビューだけを検索する

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換