perl

perl language interpreter

Supplementary instructions

perl command is the perl language interpreter, responsible for interpreting and executing perl language programs.

grammar

perl(options)(parameters)

Options

-w: Output useful warning information;
-U: Allow unsafe operations;
-c: Only check the syntax of the file;
-d: Run the script under debugging.

Parameters

File: the perl script program to be run.

继续阅读

接下来你可能需要这些内容

优先推荐相关内容,同时保留你的阅读轨迹和收藏入口。