Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
lib /
perl5 /
site_perl /
5.34.1 /
Archive /
Zip /
[ HOME SHELL ]
Name
Size
Permission
Action
Archive.pm
28.71
KB
-r--r--r--
BufferedFileHandle.pm
2.72
KB
-r--r--r--
DirectoryMember.pm
1.95
KB
-r--r--r--
FAQ.pod
12.22
KB
-r--r--r--
FileMember.pm
1.32
KB
-r--r--r--
Member.pm
31.77
KB
-r--r--r--
MemberRead.pm
7.24
KB
-r--r--r--
MockFileHandle.pm
1.31
KB
-r--r--r--
NewFileMember.pm
2.16
KB
-r--r--r--
StringMember.pm
1.7
KB
-r--r--r--
Tree.pm
828
B
-r--r--r--
ZipFileMember.pm
13.21
KB
-r--r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Tree.pm
package Archive::Zip::Tree; use strict; use vars qw{$VERSION}; BEGIN { $VERSION = '1.30'; } use Archive::Zip; warn( "Archive::Zip::Tree is deprecated; its methods have been moved into Archive::Zip." ) if $^W; 1; __END__ =head1 NAME Archive::Zip::Tree - (DEPRECATED) methods for adding/extracting trees using Archive::Zip =head1 SYNOPSIS =head1 DESCRIPTION This module is deprecated, because all its methods were moved into the main Archive::Zip module. It is included in the distribution merely to avoid breaking old code. See L<Archive::Zip>. =head1 AUTHOR Ned Konz, perl@bike-nomad.com =head1 COPYRIGHT Copyright (c) 2000-2002 Ned Konz. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 SEE ALSO L<Archive::Zip> =cut
Close