PERL语言入门(影印版 第7版 英文版)

PERL语言入门(影印版 第7版 英文版)
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: , , , ,
2017-10
版次: 1
ISBN: 9787564173722
定价: 82.00
装帧: 平装
开本: 16开
纸张: 胶版纸
页数: 369页
字数: 485千字
正文语种: 英语
11人买过
  •   如果刚开始学习Perl这门语言,那么本书就是你所需要的——不管你是一名程序员,还是系统管理员,抑或是网络黑客。
      《PERL语言入门(影印版 第7版 英文版)》被整整两代Perl用户昵称为“小骆驼书”,《PERL语言入门(影印版 第7版 英文版)》根据作者从1991年开始的教学经验积累汇聚而成,多年来十分畅销。此次第7版涵盖了新Perl5.24版本的变化。
      Perl能在绝大多数平台上完成几乎所有任务,不管是简单的修修补补,还是大型完备的网络应用。
      《PERL语言入门(影印版 第7版 英文版)》从*基础的开始,然后逐渐深入,让你慢慢能够自行编写多至128行的程序——如今90%的Perl程序差不多都是这般大小。
      《PERL语言入门(影印版 第7版 英文版)》每章都包含若干习题,帮助你巩固消化刚学到的知识。也许其他书籍只是想着灌输Perl编程的条条框框,但《PERL语言入门(影印版 第7版 英文版)》不同,我们希望把你培养成一名真正的Perl程序员。 preface

    1. Introduction
    Questions and Answers
    Is This the Right Book for You?
    Why Are There So Many Footnotes?
    What About the Exercises and Their Answers?
    What Do Those Numbers Mean at the Start'of the Exercise?
    What If I'm a Perl Course Instructor?
    What Does "Perl" Stand For?
    Why Did Larry Create Perl?
    Why Didn't Larry Just Use Some Other Language?
    Is Perl Easy or Hard?
    How Did Perl Get to Be So Popular?
    What's Happening with Perl Now?
    What's Perl Really Good For?
    What Is Perl Not Good For?
    How Can I Get Perl?
    What Is CPAN?
    How Can I Get Support for Perl?
    Are There Any Other Kinds of Support?
    What If I Find a Bug in Perl?
    How Do I Make a Perl Program?
    A Simple Program
    What's Inside That Program?
    How Do I Compile My Perl Program?
    A Whirlwind Tour of Perl
    Exercises

    2. Scalar Data
    Numbers
    All Numbers Have the Same Format Internally
    Integer Literals
    Nondecimal Integer Literals
    Floating-Point Literals
    Numeric Operators
    Strings
    Single-Quoted String Literals
    Double-Quoted String Literals
    String Operators
    Automatic Conversion Between Numbers and Strings
    Perl's Built-In Warnings
    Interpreting Nondecimal Numerals
    Scalar Variables
    Choosing Good Variable Names
    Scalar Assignment
    Compound Assignment Operators
    Output with print
    Interpolation of Scalar Variables into Strings
    Creating Characters by Code Point
    Operator Precedence and Associativity
    Comparison Operators
    The if Control Structure
    Boolean Values
    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
    List Literals
    The qw Shortcut
    List Assignment
    The pop and push Operators
    The shift and unshift Operators
    The splice Operator
    Interpolating Arrays into Strings
    The foreach Control Structure
    Perrs Favorite Default
    ……

    4. Subroutines
    5. Input and Output
    6. Hashes
    7. Regular Expressions
    8. Matching With Regular Expressions
    9. Processing Text With Regular Expressions
    10. More Control Structures
    11. Peri Modules
    12. File Tests
    13. Directory Operations
    14. Strings and Sorting
    15. Process Management
    16. Some Advanced Peri Techniques

    A. Exercise Answers
    B. Beyond the Llama
    C. A Unicode Primer
    D. Experimental Features
    Index
  • 内容简介:
      如果刚开始学习Perl这门语言,那么本书就是你所需要的——不管你是一名程序员,还是系统管理员,抑或是网络黑客。
      《PERL语言入门(影印版 第7版 英文版)》被整整两代Perl用户昵称为“小骆驼书”,《PERL语言入门(影印版 第7版 英文版)》根据作者从1991年开始的教学经验积累汇聚而成,多年来十分畅销。此次第7版涵盖了新Perl5.24版本的变化。
      Perl能在绝大多数平台上完成几乎所有任务,不管是简单的修修补补,还是大型完备的网络应用。
      《PERL语言入门(影印版 第7版 英文版)》从*基础的开始,然后逐渐深入,让你慢慢能够自行编写多至128行的程序——如今90%的Perl程序差不多都是这般大小。
      《PERL语言入门(影印版 第7版 英文版)》每章都包含若干习题,帮助你巩固消化刚学到的知识。也许其他书籍只是想着灌输Perl编程的条条框框,但《PERL语言入门(影印版 第7版 英文版)》不同,我们希望把你培养成一名真正的Perl程序员。
  • 目录:
    preface

    1. Introduction
    Questions and Answers
    Is This the Right Book for You?
    Why Are There So Many Footnotes?
    What About the Exercises and Their Answers?
    What Do Those Numbers Mean at the Start'of the Exercise?
    What If I'm a Perl Course Instructor?
    What Does "Perl" Stand For?
    Why Did Larry Create Perl?
    Why Didn't Larry Just Use Some Other Language?
    Is Perl Easy or Hard?
    How Did Perl Get to Be So Popular?
    What's Happening with Perl Now?
    What's Perl Really Good For?
    What Is Perl Not Good For?
    How Can I Get Perl?
    What Is CPAN?
    How Can I Get Support for Perl?
    Are There Any Other Kinds of Support?
    What If I Find a Bug in Perl?
    How Do I Make a Perl Program?
    A Simple Program
    What's Inside That Program?
    How Do I Compile My Perl Program?
    A Whirlwind Tour of Perl
    Exercises

    2. Scalar Data
    Numbers
    All Numbers Have the Same Format Internally
    Integer Literals
    Nondecimal Integer Literals
    Floating-Point Literals
    Numeric Operators
    Strings
    Single-Quoted String Literals
    Double-Quoted String Literals
    String Operators
    Automatic Conversion Between Numbers and Strings
    Perl's Built-In Warnings
    Interpreting Nondecimal Numerals
    Scalar Variables
    Choosing Good Variable Names
    Scalar Assignment
    Compound Assignment Operators
    Output with print
    Interpolation of Scalar Variables into Strings
    Creating Characters by Code Point
    Operator Precedence and Associativity
    Comparison Operators
    The if Control Structure
    Boolean Values
    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
    List Literals
    The qw Shortcut
    List Assignment
    The pop and push Operators
    The shift and unshift Operators
    The splice Operator
    Interpolating Arrays into Strings
    The foreach Control Structure
    Perrs Favorite Default
    ……

    4. Subroutines
    5. Input and Output
    6. Hashes
    7. Regular Expressions
    8. Matching With Regular Expressions
    9. Processing Text With Regular Expressions
    10. More Control Structures
    11. Peri Modules
    12. File Tests
    13. Directory Operations
    14. Strings and Sorting
    15. Process Management
    16. Some Advanced Peri Techniques

    A. Exercise Answers
    B. Beyond the Llama
    C. A Unicode Primer
    D. Experimental Features
    Index
查看详情
12
相关图书 / 更多
PERL语言入门(影印版 第7版 英文版)
PET听力满分这一本就够了
北京英博剑桥考试研究中心
PERL语言入门(影印版 第7版 英文版)
PET/MR成像:应用现状与未来发展
[德]拉莱·尤穆特鲁 (德)肯·赫尔曼
PERL语言入门(影印版 第7版 英文版)
PET词汇全突破
蓝瑞清 主编
PERL语言入门(影印版 第7版 英文版)
PET/MR脑功能与分子影像——从脑疾病到脑科学
卢洁 赵国光
PERL语言入门(影印版 第7版 英文版)
PET核心词快速突破
本书编写组
PERL语言入门(影印版 第7版 英文版)
PET/MR脑功能与分子影像——从脑疾病到脑科学
卢洁 赵国光
PERL语言入门(影印版 第7版 英文版)
PE/VC对其持股上市公司财务风险的影响及传导路径研究
杨嵩
PERL语言入门(影印版 第7版 英文版)
PEPEC民航飞行员综合英语(第2版)
高培新 编
PERL语言入门(影印版 第7版 英文版)
PET必考词组
盛会杰 著
PERL语言入门(影印版 第7版 英文版)
PEDRETTI作业治疗:躯体功能障碍实践技能
李奎成;黄锦文;张瑞昆;闫彦宁
PERL语言入门(影印版 第7版 英文版)
PET/MR成像:病例解析
[美]拉杰什·古普塔(Rajesh Gupta
PERL语言入门(影印版 第7版 英文版)
PET成像:物理与算法
刘华锋