logo
logo
x
바코드검색
BOOKPRICE.co.kr
책, 도서 가격비교 사이트
바코드검색

인기 검색어

실시간 검색어

검색가능 서점

도서목록 제공

Programming Perl

Programming Perl (Paperback, 3rd, Subsequent)

(3rd Edition)

LARRY WALL (지은이)
OReilly
86,230원

일반도서

검색중
서점 할인가 할인률 배송비 혜택/추가 실질최저가 구매하기
알라딘 로딩중
yes24 로딩중
교보문고 로딩중
notice_icon 검색 결과 내에 다른 책이 포함되어 있을 수 있습니다.

중고도서

검색중
서점 유형 등록개수 최저가 구매하기
로딩중

eBook

검색중
서점 정가 할인가 마일리지 실질최저가 구매하기
로딩중

책 이미지

Programming Perl
eBook 미리보기

책 정보

· 제목 : Programming Perl (Paperback, 3rd, Subsequent) (3rd Edition)
· 분류 : 외국도서 > 컴퓨터 > 프로그래밍 언어 > JavaScript
· ISBN : 9780596000271
· 쪽수 : 1067쪽
· 출판일 : 2000-07-01

목차

Preface

PART 1: Overview

Chapter 1. An Overview of Perl
Getting Started
Natural and Artificial Languages
An Average Example
Filehandles
Operators
Control Structures
Regular Expressions
List Processing
What You Don't Know Won't Hurt You (Much)

PART 2: The Gory Details

Chapter 2. Bits and Pieces
Atoms
Molecules
Built-in Data Types
Variables
Names
Scalar Values
Context
List Values and Arrays
Hashes
Typeglobs and Filehandles
Input Operators

Chapter 3. Unary and Binary Operators
Terms and List Operators (Leftward)
The Arrow Operator
Autoincrement and Autodecrement
Exponentiation
Ideographic Unary Operators
Binding Operators
Multiplicative Operators
Additive Operators
Shift Operators
Named Unary and File Test Operators
Relational Operators
Equality Operators
Bitwise Operators
C-Style Logical (Short-Circuit) Operators
Range Operator
Conditional Operator
Assignment Operators
Comma Operators
List Operators (Rightward)
Logical and, or, not, and xor
C Operators Missing from Perl

Chapter 4. Statements and Declarations
Simple Statements
Compound Statements
if and unless Statements
Loop Statements
Bare Blocks
goto
Global Declarations
Scoped Declarations
Pragmas

Chapter 5. Pattern Matching
The Regular Expression Bestiary
Pattern-Matching Operators
Metacharacters and Metasymbols
Character Classes
Quantifiers
Positions
Capturing and Clustering
Alternation
Staying in Control
Fancy Patterns

Chapter 6. Subroutines
Syntax
Semantics
Passing References
Prototypes
Subroutine Attributes

Chapter 7. Formats
Format Variables
Footers

Chapter 8. References
What Is a Reference?
Creating References
Using Hard References
Symbolic References
Braces, Brackets, and Quoting

Chapter 9. Data Structures
Arrays of Arrays
Hashes of Arrays
Arrays of Hashes
Hashes of Hashes
Hashes of Functions
More Elaborate Records
Saving Data Structures

Chapter 10. Packages
Symbol Tables
Autoloading

Chapter 11. Modules
Using Modules
Creating Modules
Overriding Built-in Functions

Chapter 12. Objects
Brief Refresher on Object-Oriented Lingo
Perl's Object System
Method Invocation
Object Construction
Class Inheritance
Instance Destructors
Managing Instance Data
Managing Class Data
Summary

Chapter 13. Overloading
The overload Pragma
Overload Handlers
Overloadable Operators
The Copy Constructor (=)
When an Overload Handler Is Missing (nomethod and fallback)
Overloading Constants
Public Overload Functions
Inheritance and Overloading
Run-Time Overloading
Overloading Diagnostics

Chapter 14. Tied Variables
Tying Scalars
Tying Arrays
Tying Hashes
Tying Filehandles
A Subtle Untying Trap
Tie Modules on CPAN

PART 3: Perl as Technology

Chapter 15. Unicode
Building Character
Effects of Character Semantics
Caution, [ren2bold] Working

Chapter 16. Interprocess Communication
Signals
Files
Pipes
System V IPC
Sockets

Chapter 17. Threads
The Process Model
The Thread Model

Chapter 18. Compiling
The Life Cycle of a Perl Program
Compiling Your Code
Executing Your Code
Compiler Backends
Code Generators
Code Development Tools
Avant-Garde Compiler, Retro Interpreter

Chapter 19. The Command-Line Interface
Command Processing
Environment Variables

Chapter 20. The Perl Debugger
Using the Debugger
Debugger Commands
Debugger Customization
Unattended Execution
Debugger Support
The Perl Profiler

Chapter 21. Internals and Externals
How Perl Works
Internal Data Types
Extending Perl (Using C from Perl)
Embedding Perl (Using Perl from C)
The Moral of the Story

PART 4: Perl as Culture

Chapter 22. CPAN
The CPAN modules Directory
Using CPAN Modules
Creating CPAN Modules

Chapter 23. Security
Handling Insecure Data
Handling Timing Glitches
Handling Insecure Code

Chapter 24. Common Practices
Common Goofs for Novices
Efficiency
Programming with Style
Fluent Perl
Program Generation

Chapter 25. Portable Perl
Newlines
Endianness and Number Width
Files and Filesystems
System Interaction
Interprocess Communication (IPC)
External Subroutines (XS)
Standard Modules
Dates and Times
Internationalization
Style

Chapter 26. Plain Old Documentation
Pod in a Nutshell
Pod Translators and Modules
Writing Your Own Pod Tools
Pod Pitfalls
Documenting Your Perl Programs

Chapter 27. Perl Culture
History Made Practical
Perl Poetry

PART 5: Reference Material

Chapter 28. Special Names
Special Names Grouped by Type
Special Variables in Alphabetical Order

Chapter 29. Functions
Perl Functions by Category
Perl Functions in Alphabetical Order

Chapter 30. The Standard Perl Library
Library Science
A Tour of the Perl Library

Chapter 31. Pragmatic Modules
use attributes
use autouse
use base
use blib
use bytes
use charnames
use constant
use diagnostics
use fields
use filetest
use integer
use less
use lib
use locale
use open
use overload
use re
use sigtrap
use strict
use subs
use vars
use warnings

Chapter 32. Standard Modules
Listings by Type
Benchmark
Carp
CGI
CGI::Carp
Class::Struct
Config
CPAN
Cwd
Data::Dumper
DB_File
Dumpvalue
English
Errno
Exporter
Fatal
Fcntl
File::Basename
File::Compare
File::Copy
File::Find
File::Glob
File::Spec
File::stat
File::Temp
FileHandle
Getopt::Long
Getopt::Std
IO::Socket
IPC::Open2
IPC::Open3
Math::BigInt
Math::Complex
Math::Trig
Net::hostent
POSIX
Safe
Socket
Symbol
Sys::Hostname
Sys::Syslog
Term::Cap
Text::Wrap
Time::Local
Time::localtime
User::grent
User::pwent
Chapter 33. Diagnostic Messages
Glossary
Index

저자소개

LARRY WALL (지은이)    정보 더보기
펄(Perl)의 개발자이자, 오렐리의 직원이다. 그는 자유 시간을 이용하여 펄 등 유명한 공개 프로그램들을 만들어왔다.
펼치기
이 포스팅은 쿠팡 파트너스 활동의 일환으로,
이에 따른 일정액의 수수료를 제공받습니다.
이 포스팅은 제휴마케팅이 포함된 광고로 커미션을 지급 받습니다.
도서 DB 제공 : 알라딘 서점(www.aladin.co.kr)
최근 본 책