add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/cpan.md Normal file
View File

@@ -0,0 +1,20 @@
# cpan
> 查询、下载并构建来自CPAN网站的Perl模块。
> 更多信息:<https://manned.org/cpan>。
- 安装模块(`-i` 是可选的):
`cpan {{-i}} {{module_name}}`
- 强制安装模块(`-i` 不是可选的):
`cpan -fi {{module_name}}`
- 升级所有已安装的模块:
`cpan -u`
- 重新编译模块:
`cpan -r`