NAME Scalar::DDie - Defined or die. SYNOPSIS use Scalar::DDie; ddie($var); DESCRIPTION Scalar::DDie checks the scalar value. If the value is not defined then it throw exception. Just return value otherwise. AUTHOR Tokuhiro Matsuno LICENSE Copyright (C) Tokuhiro Matsuno This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.