Typical die function
This function just prints the message and exists. The general usage can be something like that: <br/> <pre>do_some_thing || die "could not do it"</pre>

Copyright (C) 2006 Andrey Mirzoyan