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

Perl語(yǔ)言入門(mén)(影印版)

Perl語(yǔ)言入門(mén)(影印版)

定 價(jià):¥48.00

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

ISBN: 9787564102753 出版時(shí)間: 2006-04-01 包裝: 膠版紙
開(kāi)本: 小16開(kāi) 頁(yè)數(shù): 283 字?jǐn)?shù):  

內(nèi)容簡(jiǎn)介

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

作者簡(jiǎn)介

暫缺《Perl語(yǔ)言入門(mén)(影印版)》作者簡(jiǎn)介

圖書(shū)目錄

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 ? 讀書(shū)網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號(hào) 鄂公網(wǎng)安備 42010302001612號(hào)