shellwords.pl
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· PL 代码 · 共 15 行
PL
15 行
;# shellwords.pl;#;# Usage:;# require 'shellwords.pl';;# @words = shellwords($line);;# or;# @words = shellwords(@lines);;# or;# @words = shellwords(); # defaults to $_ (and clobbers it)require Text::ParseWords;*shellwords = \&Text::ParseWords::old_shellwords;1;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?