Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
perl /
vendor /
lib /
Log /
Report /
Delete
Unzip
Name
Size
Permission
Date
Action
DBIC
[ DIR ]
drwxrwxrwx
2024-07-26 17:40
Dispatcher
[ DIR ]
drwxrwxrwx
2024-07-26 17:40
Minimal
[ DIR ]
drwxrwxrwx
2024-07-26 17:40
messages
[ DIR ]
drwxrwxrwx
2024-07-26 17:40
Die.pm
3.92
KB
-rw-rw-rw-
2021-01-15 17:36
Die.pod
2.56
KB
-rw-rw-rw-
2021-01-15 17:36
Dispatcher.pm
9.32
KB
-rw-rw-rw-
2021-01-15 17:36
Dispatcher.pod
13.06
KB
-rw-rw-rw-
2021-01-15 17:36
Domain.pm
4.68
KB
-rw-rw-rw-
2021-01-15 17:36
Domain.pod
9.34
KB
-rw-rw-rw-
2021-01-15 17:36
Exception.pm
2.2
KB
-rw-rw-rw-
2021-01-15 17:36
Exception.pod
3.8
KB
-rw-rw-rw-
2021-01-15 17:36
Message.pm
4.73
KB
-rw-rw-rw-
2021-01-15 17:36
Message.pod
16.72
KB
-rw-rw-rw-
2021-01-15 17:36
Minimal.pm
5.83
KB
-rw-rw-rw-
2021-01-15 11:07
Minimal.pod
2.38
KB
-rw-rw-rw-
2021-01-15 11:07
Optional.pm
1.01
KB
-rw-rw-rw-
2021-01-15 11:07
Optional.pod
1.48
KB
-rw-rw-rw-
2021-01-15 11:07
Translator.pm
930
B
-rw-rw-rw-
2021-01-15 17:36
Translator.pod
1.99
KB
-rw-rw-rw-
2021-01-15 17:36
Util.pm
6.13
KB
-rw-rw-rw-
2021-01-15 11:07
Util.pod
4
KB
-rw-rw-rw-
2021-01-15 11:07
Save
Rename
=encoding utf8 =head1 NAME Log::Report::Minimal - simulate Log::Report functions simple =head1 INHERITANCE Log::Report::Minimal is a Exporter =head1 SYNOPSIS # See Log::Report, most functions get "hollow" behavior use Log::Report::Optional mode => 'DEBUG'; =head1 DESCRIPTION This module implements the functions provided by Log::Report, but then as simple as possible: no support for translations, no dispatchers, no smart exceptions. The package uses C<Log::Report> in an C<::Optional> way, the main script determines whether it wants the C<::Minimal> or full-blown feature set. =head1 FUNCTIONS =over 4 =item B<textdomain>( <[$name],$config>|<$name, 'DELETE'|'EXISTS'>|$domain ) =back =head2 Report Production and Configuration =over 4 =item B<dispatcher>( <$type, $name, %options>|<$command, @names> ) Not supported. =item B<report>( [$options], $reason, $message|<STRING,$params> ) Be warned that %options is a HASH here. -Option --Default errno $! or 1 is_fatal <depends on reason> =over 2 =item errno => INTEGER =item is_fatal => BOOLEAN =back =item B<try>(CODE, %options) =back =head2 Abbreviations for report() =over 4 =item B<alert>($message) =item B<assert>($message) =item B<error>($message) =item B<failure>($message) =item B<fault>($message) =item B<info>($message) =item B<mistake>($message) =item B<notice>($message) =item B<panic>($message) =item B<trace>($message) =item B<warning>($message) =back =head2 Language Translations No translations, no L<Log::Report::Message> objects returned. =over 4 =item B<N__>($msgid) =item B<N__n>($single_msgid, $plural_msgid) =item B<N__w>(STRING) =item B<__>($msgid) =item B<__n>($msgid, $plural_msgid, $count, PAIRS) =item B<__nx>($msgid, $plural_msgid, $count, PAIRS) =item B<__x>($msgid, PAIRS) =item B<__xn>($single_msgid, $plural_msgid, $count, PAIRS) =back =head2 Configuration =over 4 =item $obj-E<gt>B<import>( [$domain], %options ) See Log::Report subroutine import. =back =head1 SEE ALSO This module is part of Log-Report-Optional distribution version 1.07, built on January 15, 2021. Website: F<http://perl.overmeer.net/CPAN/> =head1 LICENSE Copyrights 2013-2021 by [Mark Overmeer <mark@overmeer.net>]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See F<http://dev.perl.org/licenses/>