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.52
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 /
CPAN /
Mini /
Delete
Unzip
Name
Size
Permission
Date
Action
App.pm
4.08
KB
-rw-rw-rw-
2014-08-09 02:52
Portable.pm
388
B
-rw-rw-rw-
2020-02-07 22:50
Save
Rename
package CPAN::Mini::Portable; use 5.008; use strict; use warnings; use Portable (); use CPAN::Mini 0.575 (); our $VERSION = '1.23'; our @ISA = 'CPAN::Mini'; sub new { # Use the portable values as defaults, # completely ignoring any passed params my $minicpan = Portable->default->minicpan; # Hand off to the parent class return $_[0]->SUPER::new( %$minicpan ); } 1;