Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
3 user(s) are online (2 user(s) are browsing encyclopedia)

Members: 0
Guests: 3

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Dignified die

Among users of the Perl programming language, the term dignified die is jargon for a case where a programmer anticipates a particular error and sends the information to an error handler function that, for instance, outputs to an error log file and ends the program with some sort of informative error message.

The term arises from the common use in perl of the die statement in the idiom command or die , where if command fails, the program will simply unceremoniously exit with an uninformative error message.