Google News
logo
Perl - Interview Questions
Why do we use "use strict" in Perl?
The "use strict" command in Perl calls strict pragma. This pragma helps to catch some bugs or errors in our script and stops the program execution.
Advertisement