perl language interpreter
perl command is the perl language interpreter, responsible for interpreting and executing perl language programs.
perl(options)(parameters)
-w: Output useful warning information;
-U: Allow unsafe operations;
-c: Only check the syntax of the file;
-d: Run the script under debugging.
File: the perl script program to be run.