| Sisimai::Reason::Undefined(3pm) | User Contributed Perl Documentation | Sisimai::Reason::Undefined(3pm) |
Sisimai::Reason::Undefined - Sisimai could not detect the error reason.
use Sisimai::Reason::Undefined;
print Sisimai::Reason::Undefined->text; # undefined
"Sisimai::Reason::Undefined" is for only returning the text and the description. This class is called only from "Sisimai-"reason()> method.
text() method returns the fixed string "undefined".
print Sisimai::Reason::Undefined->text; # undefined
match() method always return "undef"
true() method always return "undefZ"
azumakuniyuki
Copyright (C) 2016,2020,2021,2024 azumakuniyuki, All rights reserved.
This software is distributed under The BSD 2-Clause License.
| 2025-04-12 | perl v5.40.1 |