NAME
Errstate::Return - Catching the Errors from the Various Perl Script and returns the error status.
SYNOPSIS
use Errstate::Return
$dynlog=Return->new($Errorlevel);
DESCRIPTION
To Trap the Errors from the Various Perl Script.
EXPORT
use Errstate::Return
sub new() { shift; return bless($Log,$class); } $dynlog=Return->new($Errorlevel);
SEE ALSO
AUTHOR
Name :K.Kaavannan <br> E-Mail: kaavannaniisc@gmail.com
COPYRIGHT AND LICENSE
Copyright (C) 2015 by Kaavannan K
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.3 or, at your option, any later version of Perl 5 you may have available.