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 /
Tie /
Delete
Unzip
Name
Size
Permission
Date
Action
Array
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
EncryptedHash.pm
15.39
KB
-rw-rw-rw-
2008-07-15 13:08
Registry.pm
833
B
-rw-rw-rw-
2015-02-15 22:38
Save
Rename
package Tie::Registry; # Tie/Registry.pm -- Provides backward compatibility for Win32::TieRegistry # that was called Tie::Registry prior to version 0.20. # by Tye McQueen, tye@metronet.com, see http://www.metronet.com/~tye/. use strict; use Carp; use vars qw( $VERSION @ISA ); BEGIN { require Win32::TieRegistry; $VERSION = '0.15'; @ISA = qw{Win32::TieRegistry}; } sub import { my $pkg = shift; Win32::TieRegistry->import( ExportLevel => 1, SplitMultis => 0, @_ ); } 1; __END__ =pod =head1 NAME Tie::Registry - Legacy interface to Win32::TieRegistry (DEPRECATED) =head1 DESCRIPTION This module provides backward compatibility for L<Win32::TieRegistry> that was called Tie::Registry prior to version 0.20. =head1 AUTHOR Tye McQueen E<lt>tye@metronet.comE<gt> =head1 COPYRIGHT Copyright 1999 Tye McQueen. =cut