|
|
| |
Security::TLSCheck::Result(3) |
User Contributed Perl Documentation |
Security::TLSCheck::Result(3) |
Security::TLSCheck::Result -- Result storage, aggregation and output
Helper method for adding a result.
Aggregates all values for output
%result is:
(
Name =>
{
class => "Security::TLSCheck::Checks::Name",
aggregates =>
count =>
},
OtherName => .....
)
Prints the result.
A subcluss usually overrides this with some more special output
(CSV, ...)
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |