Linux Command
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.


