【Lynda】Perl 5 Essential Training【CHN】中英文字幕[SRT]

作者: acely. 分类: Lynda中文字幕, ◇ 编程与开发

==========教程信息=====================================================
教程名称:Perl 5 Essential Training
作者:Bill Weinman
主题:Developer, Web
使用软件:Perl 5
难度等级:中级
时长: 6h 54m
发布日期: Apr 23, 2010

┏ACELY STUDIO,2012
┃更多资源请访问
┃◆唯一发布站:ACELY.CN
┗◆我的博客:http://blog.sina.com.cn/u/1991840741

==========教程目录文件列表=============================================
Perl 5 Essential Training[SRT]
├─◆0. Introduction
│ └─◇ 0001 Welcome.srt
│ └─◇ 0002 Using the exercise files.srt
│ └─◇ 0003 Prerequisites.srt
│ └─◇ 0004 What is Perl.srt
│ └─◇ 0005 Installing ActiveState’s ActivePerl on Windows.srt
│ └─◇ 0006 Installing Eclipse on Windows.srt
│ └─◇ 0007 Installing Eclipse on Mac.srt
├─◆1. Perl Quick-Start Guide for Experienced Programmers
│ └─◇ 0101 Hello World.srt
│ └─◇ 0102 Counting lines in a file.srt
│ └─◇ 0103 Using a loop in Perl.srt
│ └─◇ 0104 Using subroutines in Perl.srt
│ └─◇ 0105 Using Perl’s documentation.srt
├─◆2. General Syntax
│ └─◇ 0201 Understanding how Perl uses whitespace.srt
│ └─◇ 0202 Terminating statements with semicolons.srt
│ └─◇ 0203 Creating comments.srt
│ └─◇ 0204 Best practices for formatting code.srt
├─◆3. Variables and Values
│ └─◇ 0301 Understanding values and variables.srt
│ └─◇ 0302 Declaring numeric variables.srt
│ └─◇ 0303 Declaring character string variables.srt
│ └─◇ 0304 Declaring lists and arrays.srt
│ └─◇ 0305 Pulling slices from arrays.srt
│ └─◇ 0306 Understanding hashes and associative arrays.srt
│ └─◇ 0307 Getting value pairs using the each function.srt
│ └─◇ 0308 Understanding the undef value.srt
├─◆4. Statements and Blocks
│ └─◇ 0401 Assigning values to variables.srt
│ └─◇ 0402 Using statements and expressions.srt
│ └─◇ 0403 Combining statements into blocks.srt
│ └─◇ 0404 Understanding scope.srt
├─◆5. Conditional Statements
│ └─◇ 0501 Understanding conditional statements.srt
│ └─◇ 0502 Creating conditionals with if.srt
│ └─◇ 0503 Extending conditionals with else.srt
│ └─◇ 0504 Extending conditionals with elsif.srt
│ └─◇ 0505 Building if statements with postfix conditionals.srt
│ └─◇ 0506 Creating negative conditionals with unless.srt
│ └─◇ 0507 Using the ternary conditional operator.srt
├─◆6. Loops
│ └─◇ 0601 Understanding loops.srt
│ └─◇ 0602 Creating loops with while.srt
│ └─◇ 0603 Creating loops with until.srt
│ └─◇ 0604 Iterating lists with foreach.srt
│ └─◇ 0605 Iterating lists with for.srt
│ └─◇ 0606 Using loop control statements.srt
│ └─◇ 0607 Building loops with postfix statements.srt
├─◆7. Special Variables
│ └─◇ 0701 Understanding special variables.srt
│ └─◇ 0702 Using special variables.srt
│ └─◇ 0703 Working with special file handles.srt
│ └─◇ 0704 Using special constants.srt
├─◆8. Operators
│ └─◇ 0801 Performing basic math with arithmetic operators.srt
│ └─◇ 0802 Creating conditionals with comparison operators.srt
│ └─◇ 0803 Combining conditionals with logical operators.srt
│ └─◇ 0804 Reading file metadata with file test operators.srt
│ └─◇ 0805 Creating a sequence with the range operator.srt
│ └─◇ 0806 Combining strings with the concatenation operator.srt
│ └─◇ 0807 Streamlining strings with quote operators.srt
│ └─◇ 0808 Understanding operator precedence.srt
├─◆9. Regular Expressions
│ └─◇ 0901 Understanding regular expressions.srt
│ └─◇ 0902 Searching and replacing text with regular expressions.srt
│ └─◇ 0903 Extracting matches with parentheses.srt
│ └─◇ 0904 Matching wildcards.srt
│ └─◇ 0905 Matching classes of characters.srt
│ └─◇ 0906 Creating arrays with split.srt
├─◆10. Subroutines
│ └─◇ 1001 Understanding subroutines.srt
│ └─◇ 1002 Defining and calling subroutines.srt
│ └─◇ 1003 Using arguments with subroutines.srt
│ └─◇ 1004 Understanding scope and my variables.srt
│ └─◇ 1005 Returning values from a subroutine.srt
├─◆11. References and Data Structures
│ └─◇ 1101 Understanding values and references.srt
│ └─◇ 1102 Defining array references.srt
│ └─◇ 1103 Defining hash references.srt
│ └─◇ 1104 Building mixed data structures.srt
├─◆12. File I O
│ └─◇ 1201 Understanding streams and files.srt
│ └─◇ 1202 Using file handles.srt
│ └─◇ 1203 Using the object-oriented interface for handling files.srt
│ └─◇ 1204 Working with binary files.srt
├─◆13. Built-In Functions
│ └─◇ 1301 Manipulating strings with built-in functions.srt
│ └─◇ 1302 Working with numbers.srt
│ └─◇ 1303 Manipulating lists and arrays with built-in functions.srt
│ └─◇ 1304 Retrieving and formatting time.srt
├─◆14. Modules
│ └─◇ 1401 Leveraging code with modules.srt
│ └─◇ 1402 Understanding object-oriented and procedural modules.srt
│ └─◇ 1403 Creating modules.srt
│ └─◇ 1404 Understanding object and instance data.srt
│ └─◇ 1405 Installing modules from CPAN on Mac and Unix.srt
│ └─◇ 1406 Installing modules from CPAN on Windows.srt
├─◆15. Documentation with POD
│ └─◇ 1501 Understanding POD.srt
│ └─◇ 1502 Documenting with POD.srt
│ └─◇ 1503 Exploring a POD document.srt
├─◆16. New Features in Perl 5.10
│ └─◇ 1601 Using Perl 5.10.srt
│ └─◇ 1602 Displaying text with say.srt
│ └─◇ 1603 Selecting from multiple choices with given and when.srt
│ └─◇ 1604 Keeping persistent variables with state.srt
├─◆17. Exploring Web Development
│ └─◇ 1701 Exploring CGI.srt
│ └─◇ 1702 Using a database.srt
│ └─◇ 1703 Developing a module library.srt
├─◆Conclusion
│ └─◇ Goodbye.srt

【本字幕由ACELY.CN独家制作发布】


┃本套教程字幕包含中文字幕
┃中文字幕使用机器翻译,对翻译结果中不当内容不承担任何责任!
┃更多中文字幕请访问唯一发布站【ACELY.CN】
┃本站中文字幕未经允许一律严禁转载!


>>>>>>>【点我下载】<<<<<<<

您的留言是我最大的支持!

你必须登录才能发表评论!

※ 本站内容未经允许一律严禁转载!Lynda教程及字幕交流群:214645753
※ 本站文件统一解压密码:acely.cn 或 www.cgsub.com