Exception and error handling in PERL - English

3389 visits



Outline:

Exception and error handling When an error occurs, exception and error handling helps to recover the program. Methods used in Perl: 1. warn() 2. die() 3. eval()