Question - What is automatic error handling in Perl? 
          
        
        Answer - 
        
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.