1.

What Is Meant 'die' In A Perl Program?

Answer»

If the CONDITION defined before the DIE STATEMENT is NOT met, the script will stop EXECUTION at that point, printing out the default ERROR, if a custom error MESSAGE is not defined.

If the condition defined before the DIE statement is NOT met, the script will stop execution at that point, printing out the default error, if a custom error message is not defined.



Discussion

No Comment Found