[www.ed2k.online]下載基地為您提供軟件、遊戲、圖書、教育等各種資源的ED2K電驢共享下載和MAGNET磁力鏈接下載。
設為首頁
加入收藏
首頁 圖書資源 軟件資源 游戲資源 教育資源 其他資源
 電驢下載基地 >> 其他资源 >> 電腦基礎 >> 《Perl 5基礎教程》(Perl.5.Essential.Training)[光盤鏡像]
《Perl 5基礎教程》(Perl.5.Essential.Training)[光盤鏡像]
下載分級 其他资源
資源類別 電腦基礎
發布時間 2017/7/13
大       小 -
《Perl 5基礎教程》(Perl.5.Essential.Training)[光盤鏡像] 簡介: 中文名 : Perl 5基礎教程 英文名 : Perl.5.Essential.Training 資源格式 : 光盤鏡像 主講人 : Bill Weinman 發行日期 : 2010年04月23日 地區 : 美國 對白語言 : 英語 文字語言 : 英文 簡介 : 資源簡介: Lynda出品的Perl 5 Essential Training基礎教程篇. 主講:Bill
電驢資源下載/磁力鏈接資源下載:
全選
"《Perl 5基礎教程》(Perl.5.Essential.Training)[光盤鏡像]"介紹
中文名: Perl 5基礎教程
英文名: Perl.5.Essential.Training
資源格式: 光盤鏡像
主講人: Bill Weinman
發行日期: 2010年04月23日
地區: 美國
對白語言: 英語
文字語言: 英文
簡介:

資源簡介:
Lynda出品的Perl 5 Essential Training基礎教程篇.
主講:Bill Weinman
教程時長:6小時54分
教學光盤提供有素材文件.
官網鏈接:
http://www.lynda.com/home/DisplayCourse.aspx?lpk2=61025
Perl是一種高級、通用、直譯式、動態的程序語言。最初設計者拉裡·沃爾(Larry Wall)為了讓在UNIX上進行報表處理的工作變得更方便,決定開發一個通用的腳本語言,而在1987年12月18日發表。
Perl借取了C、sed、awk、shell scripting以及很多其他編程語言的特性。其中最重要的特性是他內部集成了正則表達式的功能,以及巨大的第三方代碼庫CPAN。
Description:
In Perl 5 Essential Training, author Bill Weinman explains the fundamentals of programming in Perl, a flexible and powerful programming language that’s well suited for projects as varied as simple scripts to complex web applications. This course covers the details of the language, from conditionals, loops, and data structures to regular expressions, functions, and object-oriented programming. A quick-start guide is included for experienced developers who want to get up and running with Perl 5 fast. Exercise files are included with the course.
Topics include:
Understanding Perl's general syntax
Using data types effectively
Defining and calling subroutines
Modular and object-oriented programming
Prefix and postfix loops and conditionals
Performing math, manipulating strings, and working with complex data structures
Understanding regular expressions
Formatting code: best practices
Exploring the new features in Perl 5.10


目錄:
Introduction 34:35
Welcome 01:44
Using the exercise files 01:46
Prerequisites 02:34
What is Perl? 04:31
Installing ActiveState's ActivePerl on Windows 04:01
Installing Eclipse on Windows 11:34
Installing Eclipse on Mac 08:25
19:02 1. Perl Quick-Start Guide for Experienced Programmers
Hello World 03:23
Counting lines in a file 02:47
Using a loop in Perl 04:34
Using subroutines in Perl 05:55
Using Perl's documentation 02:23
20:10 2. General Syntax
Understanding how Perl uses whitespace 04:37
Terminating statements with semicolons 04:53
Creating comments 05:12
Best practices for formatting code 05:28
43:16 3. Variables and Values
Understanding values and variables 02:18
Declaring numeric variables 06:31
Declaring character string variables 07:36
Declaring lists and arrays 06:15
Pulling slices from arrays 03:31
Understanding hashes and associative arrays 06:54
Getting value pairs using the each function 04:27
Understanding the undef value 05:44
16:04 4. Statements and Blocks
Assigning values to variables 02:24
Using statements and expressions 05:12
Combining statements into blocks 02:54
Understanding scope 05:34
23:42 5. Conditional Statements
Understanding conditional statements 01:57
Creating conditionals with if 05:03
Extending conditionals with else 02:09
Extending conditionals with elsif 04:53
Building if statements with postfix conditionals 03:08
Creating negative conditionals with unless 02:47
Using the ternary conditional operator 03:45
20:47 6. Loops
Understanding loops 00:52
Creating loops with while 02:16
Creating loops with until 02:55
Iterating lists with foreach 02:53
Iterating lists with for 04:49
Using loop control statements 02:21
Building loops with postfix statements 04:41
17:25 7. Special Variables
Understanding special variables 02:29
Using special variables 05:23
Working with special file handles 06:39
Using special constants 02:54
35:56 8. Operators
Performing basic math with arithmetic operators 04:33
Creating conditionals with comparison operators 04:36
Combining conditionals with logical operators 08:18
Reading file metadata with file test operators 04:50
Creating a sequence with the range operator 02:52
Combining strings with the concatenation operator 02:18
Streamlining strings with quote operators 04:05
Understanding operator precedence 04:24
26:08 9. Regular Expressions
Understanding regular expressions 01:18
Searching and replacing text with regular expressions 07:02
Extracting matches with parentheses 03:47
Matching wildcards 05:53
Matching classes of characters 04:33
Creating arrays with split 03:35
15:41 10. Subroutines
Understanding subroutines 01:05
Defining and calling subroutines 04:33
Using arguments with subroutines 03:07
Understanding scope and "my" variables 03:27
Returning values from a subroutine 03:29
23:39 11. References and Data Structures
Understanding values and references 04:26
Defining array references 06:40
Defining hash references 06:00
Building mixed data structures 06:33
24:17 12. File I/O
Understanding streams and files 01:52
Using file handles 06:01
Using the object-oriented interface for handling files 08:41
Working with binary files 07:43
22:42 13. Built-In Functions
Manipulating strings with built-in functions 07:03
Working with numbers 04:21
Manipulating lists and arrays with built-in functions 05:35
Retrieving and formatting time 05:43
29:35 14. Modules
Leveraging code with modules 01:39
Understanding object-oriented and procedural modules 02:24
Creating modules 09:51
Understanding object and instance data 05:38
Installing modules from CPAN on Mac and Unix 05:37
Installing modules from CPAN on Windows 04:26
09:10 15. Documentation with POD
Understanding POD 01:30
Documenting with POD 04:56
Exploring a POD document 02:44
11:14 16. New Features in Perl 5.10
Using Perl 5.10 01:39
Displaying text with say 01:23
Selecting from multiple choices with given and when 05:06
Keeping persistent variables with state 03:06
20:36 17. Exploring Web Development
Exploring CGI 05:28
Using a database 08:21
Developing a module library 06:47
00:40 Conclusion
Goodbye 00:40

資源來自網絡收集 未經過一一的質量 安全等檢測
只是把收集的資源和各位驢友分享 僅作網絡學習交流使用 請勿用於商業用途 !
希望各位下載的驢友能多多參與分流保源


相關資源:

免責聲明:本網站內容收集於互聯網,本站不承擔任何由於內容的合法性及健康性所引起的爭議和法律責任。如果侵犯了你的權益,請通知我們,我們會及時刪除相關內容,謝謝合作! 聯系信箱:[email protected]

Copyright © 電驢下載基地 All Rights Reserved