The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Errstatus::Errstat - Catching the Errors from the Various Perl Script and returns the error status.

SYNOPSIS

  use Errstatus::Errstat
  $dynlog=Return->new($Errorlevel);

DESCRIPTION

To Trap the Errors from the Various Perl Script.

EXPORT

use Errstatus::Errstat

sub new() { shift; return bless($Log,$class); } $dynlog=Errstat->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.