perl
目录
目录 1
第一章 Perl概述 2
第二章 简单变量 3
第三章 操作符 6
第四章 列表和数组变量 11
第五章 文件读写 14
第六章 模式匹配 17
第七章 控制结构 22
第八章 子程序 24
第九章 关联数组/哈希表 27
第十章 格式化输出 36
第十一章 文件系统 42
第十二章 Perl5中的引用/指针 52
第十三章 Perl的面向对象编程 61
第十四章 Perl5的包和模块 73
附录一 函数集 79
DOS批处理命令详解 90
The C Shell tutorial 102
What is a shell? 102
What's so good about C Shell? 102
What can one do with C Shell? 102
Features of C Shell 102
Features of the shell environment 102
Files for the C Shell environment customization 102
Special characters in C Shell 103
Variables 104
Using variables 104
Built-in shell variables 105
History 105
Aliasing 106
Input/Output Redirection 106
Pipes 107
Job control 107
Control structures 107
Conditional expressions 109
Command line s……