mirror of
https://github.com/Estom/notes.git
synced 2026-04-23 18:11:47 +08:00
linux 命令和教程补充
This commit is contained in:
29
Linux/command/perl.md
Normal file
29
Linux/command/perl.md
Normal file
@@ -0,0 +1,29 @@
|
||||
perl
|
||||
===
|
||||
|
||||
perl语言解释器
|
||||
|
||||
## 补充说明
|
||||
|
||||
**perl命令** 是perl语言解释器,负责解释执行perl语言程序。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
perl(选项)(参数)
|
||||
```
|
||||
|
||||
### 选项
|
||||
|
||||
```shell
|
||||
-w:输出有用的警告信息;
|
||||
-U:允许不安全的操作;
|
||||
-c:仅检查文件的语法;
|
||||
-d:在调试下运行脚本程序。
|
||||
```
|
||||
|
||||
### 参数
|
||||
|
||||
文件:要运行的perl脚本程序。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user