注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計算機/網(wǎng)絡(luò)軟件與程序設(shè)計網(wǎng)絡(luò)編程Perl語言入門(影印版)

Perl語言入門(影印版)

Perl語言入門(影印版)

定 價:¥48.00

作 者: (美)施瓦茨(Schwartz,L.R.),(美)菲尼克斯(Phoenix,T),(美)福瓦(Foy,d B.) 著
出版社: 東南大學(xué)出版社
叢編項: 東南大學(xué)出版社O'REILLY圖書系列
標(biāo) 簽: perl

ISBN: 9787564102753 出版時間: 2006-04-01 包裝: 膠版紙
開本: 小16開 頁數(shù): 283 字數(shù):  

內(nèi)容簡介

  如果你問今天的Perl程序員,他們在學(xué)習(xí)Perl時最依賴的書是哪一本,那么你會發(fā)現(xiàn)絕大多數(shù)人會說是本書::它也被親切地稱為“小駱駝”書。本書第一版于1993年問世,并從此成為暢銷書。本書由Perl社區(qū)最著名、最活躍的兩位成員寫成,是Perl程序設(shè)計語言的精髓指南。Perl最初只是Unix系統(tǒng)管理員的一個工具,在工作日里被用在無數(shù)的小任務(wù)中。從那以后,它逐步發(fā)展成為一種全功能的程序設(shè)計語言,特別是在各種計算平臺上,它被用作Web編程、數(shù)據(jù)庫處理、XML處理以及系統(tǒng)管理::它能夠完成所有這些工作,同時仍然是處理小的日常工作的完美工具,這是它的設(shè)計初衷。Perl快速、有趣,而且特別有用。很多人因為需要Perl而使用它,又因為熱愛它而繼續(xù)使用它。本書第三版不但根據(jù)Perl5.6進行了更新,而且還全部重寫以滿足當(dāng)今學(xué)習(xí)Perl的程序員的需要。作者作為咨詢專家,憑借講授Perl課程的多年成功經(jīng)驗,重新設(shè)計了本書的敘述節(jié)奏和范圍,以更好地照顧到那些剛開始學(xué)習(xí)Perl的讀者的需要,同時仍保留了細節(jié)討論、詳盡的例子以及折衷策略的介紹,本書正是因此而聞名的。本版對于正則表達式的介紹節(jié)奏更緩慢,并加入了一些擴展內(nèi)容,還設(shè)計了新的習(xí)題和答案,這樣在讀者對正則表達式還很生疏時就可以練習(xí)他們剛剛所學(xué)的內(nèi)容。Perl是一種協(xié)助你出色地完成工作的語言。其他的書可以教你如何用Perl編程,而本書則會把你變成一名Perl程序員?!啊禤erl語言入門》令人羨慕地完成了它預(yù)期的任務(wù)::只講授Perl的基礎(chǔ),而沒有其他內(nèi)容……它構(gòu)建知識,而不是像很多其他書籍那樣用大量的信息把讀者淹沒。這是O''Reilly出版的Perl系列書籍的第一部(其他書是《ProgrammingPerl》、《AdvancedPerlProgramming》和《PerlCookbook》),它確實是對一種語言的精彩介紹,這種語言已得到全世界開發(fā)人員和Web編碼者狂熱的支持。的確值得一讀。”::Amazon.co.uk

作者簡介

暫缺《Perl語言入門(影印版)》作者簡介

圖書目錄

Preface
1.Introduction
Questions and Answers
What Does“Perl”Stand For?
HowCanIGet Perl?
HOW Do I Make a Perl Program?
A Whirlwind Tour of Perl
Exercises
2.ScaIar Data
Numbers
Strings
Peris Built-in Warnings
Scalar Variables
oUtpUt Wlth print
The if Control Structure
Getting User InpUt
The chomp operator
The while Control Structure
The undef Value
The defined Function
Exercises
 3.Lists and Arrays
Accessing Elements of an Array
Special Array Indices
L1St Literals
L1‘st Assignment
Interpolating Arrays I‘nto Strings
The fOreach Control Structure
Scalar and LiSt Context
<STDIN>in LiSt Context
Exercises
4.Subroutines
Definlng a Subroutine
Invoking a Subroutine
Return Values
Arguments
Private Variables in Subroutines
Variable-Length Parameter Lists
Nores on Lexical(my)Variables
The use strict Pragma
The return operator
Non-Scalar Return Values
Exercises
5.Input and Output
Input from Standard InpUt
InpUt from the Diamond operator
The Invocation Arguments
output to Standard output
Formatted Output with pringf
Filehandles
opening a Filehandle
Fatal Errors with die
Using Filehandles
Reopening a Standard Filehandle
Exercises
6.Hashes
What Is a Hash?
Hash Element Access
Hash Functions
Typical Use of a Hash
Exercises
 7.IntheWo rId 0fReguIar Expressions
What Are Regular Expressions?
Using Simple Patterns
Character Classes
Exercises
 8.Matching with ReguIar ExpressiOns
Marches with m//
optlon Modifjers
Anchors
The Binding operator,=~
Interpolating into Patterns
The Match Variables
General Quantifiers
Precedence
A Pattern Test Program
Exercises
 9.Processing Text with Regular Expressions
SubStltUtions With s///
The split Operator
The join Function
m//in List Context
More PowerfuI Regular Expressions
Exercises
10.More Control Structures
The urlless Control Structure
The until Control Structure
Expression Modifiers
The Naked Block Control Structure
The elsif Clause
Autoincrement and Autodecrement
The for Control Structure
Loop Controls
Logical Operators
Exercise
11.File Tests
File Test operators
The star and lstat Functions
The localtltime Function
BltwiSe Operators
Using the Special Underscore Filehandle
Exercises
12.Directory Operations
Movlng Around the Directory Tree
Globbing
An Alternate Syntax for Globbing
Directorv Handles
RecursiVe Directory Listing
Manipulating Files and Dlrectories
Removlng Files
Renaming Files
Links and Files
Making and Removing Dlrectorles
Modifying Permissions
Changing ownership
Changing Timestamps
Exerclses
13.Strings and Sorting
Finding a Substrlng Wlth index
Manipulating a Substrng Wth SUbstr
Formattng Data With sprintf
Advanced Sortlng
ExeFcises
14.Process Management
The svstem Function
The exec Function
The Envronment Variables
Using Backquotes to Capture Output
 Processes as Filehandles
 Getting Down and Dirty with fork
 Sending and Receiving Signals
 Exercises
 15. Perl Modules
Finding Modules
Installing Modules
Using Simple Modules
Exercise
 16. Some Advanced PerlTechniques
Trapping Errors with eval
Picking Items from a List with grep
Transforming Items from a List with map
Unquoted Hash Keys
Slices
EXercise
A. Exercise Answers
B. Beyondthe Llama
Index

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) m.ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號