無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません。
ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。
携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。
Advanced Perl Programming (Nutshell Handbook) ペーパーバック – 1997/8/1
この商品には新版があります:
¥6,441
(22)
通常6~7日以内に発送します。
So you've learned Perl, but you're getting frustrated. Perhaps you've taken on a larger project than the ones you're used to. Or you want to add a user interface or a networking component. Or you need to do more complicated error trapping.Whether your knowledge of Perl is casual or deep, this book will make you a more accomplished programmer. Here you can learn the complex techniques for production-ready Perl programs. This book explains methods for manipulating data and objects that may have looked like magic before. Furthermore, it sets Perl in the context of a larger environment, giving you the background you need for dealing with networks, databases, and GUIs. The discussion of internals helps you program more efficiently and embed Perl within C or C within Perl.Major topics covered include:
- Practical use of packages and classes (object-oriented programming)
- Complex data structures
- Persistence (e.g., using a database)
- Networking
- Graphical interfaces, using the Tk toolkit
- Interaction with C language functions
- Embedding and extending the Perl interpreter
- 本の長さ404ページ
- 言語英語
- 出版社O'Reilly Media
- 発売日1997/8/1
- 寸法17.78 x 2.34 x 23.34 cm
- ISBN-101565922204
- ISBN-13978-1565922204
商品の説明
レビュー
著者について
Sriram Srinivasan ("Ram") is an expert on distributed object technologies, and develops Java middleware at WebLogic, San Francisco, for fun and profit. He actively pursues his interests in programming languages, databases, transaction processing, networking, and meaningful user interfaces. Sriram has been an enthusiastic user and teacher of Perl for the last six years, and currently teaches a course on advanced Perl programming for the extension program at the University of California at Berkeley. In his spare time, he dabbles in Indian classical music, charcoal drawing, cooking, and biking, and dreams of the day when he can say, "In his spare time, he dabbles in programming languages, ...".
登録情報
- 出版社 : O'Reilly Media (1997/8/1)
- 発売日 : 1997/8/1
- 言語 : 英語
- ペーパーバック : 404ページ
- ISBN-10 : 1565922204
- ISBN-13 : 978-1565922204
- 寸法 : 17.78 x 2.34 x 23.34 cm
- カスタマーレビュー:
著者について
著者の本をもっと見つけたり、似たような著者を調べたり、おすすめの本を読んだりできます。
カスタマーレビュー
- 星5つ星4つ星3つ星2つ星1つ星5つ64%36%0%0%0%64%
- 星5つ星4つ星3つ星2つ星1つ星4つ64%36%0%0%0%36%
- 星5つ星4つ星3つ星2つ星1つ星3つ64%36%0%0%0%0%
- 星5つ星4つ星3つ星2つ星1つ星2つ64%36%0%0%0%0%
- 星5つ星4つ星3つ星2つ星1つ星1つ64%36%0%0%0%0%
他の国からのトップレビュー
-
Erika2013年9月1日にアメリカ合衆国でレビュー済み
5つ星のうち5.0 Old but fascinating
Amazonで購入This review is for the first edition. The second one is apparently quite different.
This book contains information on aspects of Perl that are not often dealt with elsewhere. General Perl users don't worry about gross internal stuff as much. We use nice modules to take care of the details. Srinivasan expresses his belief that to be really great at using a language, you should know how it is implemented.
Some chapters, like the one on implementing object persistence, are kind of a review of issues and state-of-the-art. Since this book is old by computer standards, the descriptions are definitely not state-of-the-art anymore; however, it does provide an interesting time capsule, and the issues discussed are still worth understanding.
If you decide to read this, you really do need to be an advanced user. The concepts are aimed towards advanced users, but also it requires an advanced user to know when to say "aha, that's considered an anti-pattern now" (using an eval for flow-control on page 181), or "aha, that's a solved problem now" (problem with reference counts is solved with Scalar::Utils::weaken on page 178).
Another problem is that more than once a line of code is cut off suddenly.
Still, I recommend it.
-
Harvey2016年7月20日にアメリカ合衆国でレビュー済み
5つ星のうち4.0 Check the edition before you snap up that bargain!
Amazonで購入There's a lot of good stuff here I didn't know, but It wasn't made clear when I bought it that this was the First Edition, from 1997, and there is a much newer edition available, with a very different content.
-
Situational Awareness2017年9月1日にアメリカ合衆国でレビュー済み
5つ星のうち5.0 This isn't a book you read back to front to ...
Amazonで購入This isn't a book you read back to front to learn, it's more a reference manual for me. After doing Perl many many years, having this book to reference different methods to attack an issue really helps... along with kickstarting my memory since you don't use things for years.. and then they go away :-)
-
SharkerImage2015年7月25日にアメリカ合衆国でレビュー済み
5つ星のうち5.0 Although small and printed in 1997 -- this book covers ...
Amazonで購入Although small and printed in 1997 -- this book covers deep details about Perl which I believe are still valid almost 20 years later... I'm gonna continue reading it...
-
In Alaska2018年8月22日にアメリカ合衆国でレビュー済み
5つ星のうち4.0 Perl it's used all over
Amazonで購入Helping me improved my hard core skills