Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gendloop/perl
Perl 教程笔记
https://github.com/gendloop/perl
project
Last synced: 18 days ago
JSON representation
Perl 教程笔记
- Host: GitHub
- URL: https://github.com/gendloop/perl
- Owner: gendloop
- License: gpl-2.0
- Created: 2023-08-10T18:05:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T15:35:58.000Z (2 months ago)
- Last Synced: 2024-11-05T11:19:35.512Z (2 months ago)
- Topics: project
- Language: Batchfile
- Homepage: https://www.yuque.com/gendloop/learningnotes/perl
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Perl
Perl [学习笔记](https://www.yuque.com/gendloop/learningnotes/perl) 中的所有源代码
## Guide
1. 安装及运行
2. [基础语法](docs/Guide/2.pl)
3. [数据类型](docs/Guide/3.pl)
4. [变量](docs/Guide/4.pl)
5. [标量](docs/Guide/5.pl)
6. [数组](docs/Guide/6.pl)
7. [哈希](docs/Guide/7.pl)
8. [条件语句](docs/Guide/8.pl)
9. [循环](docs/Guide/9.pl)
10. [运算符](docs/Guide/10.pl)
11. 时间和日期
12. [子程序(函数)](docs/Guide/12.pl)
13. [引用](docs/Guide/13.pl)
14. 格式化输出
15. [文件操作](docs/Guide/15.pl)
16. [目录操作](docs/Guide/16.pl)
17. [错误处理](docs/Guide/17.pl)
18. [特殊变量](docs/Guide/18.pl)
19. [正则表达式](docs/Guide/19.pl)