Google News
logo
Perl - Interview Questions
What is automatic error handling in Perl?
By specifying RaiseError option, your errors will be handled automatically by Perl. Your program will be aborted on encountering an error rather than running a failure code. Its value can be either 1 or 0.
Advertisement