OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
perl5
/
Archive
/
Zip
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/28/2024 06:50:13 AM
rwxr-xr-x
📄
Archive.pm
31.58 KB
07/03/2018 06:29:39 PM
rw-r--r--
📄
BufferedFileHandle.pm
2.68 KB
12/19/2017 06:41:58 PM
rw-r--r--
📄
DirectoryMember.pm
1.94 KB
12/19/2017 06:41:59 PM
rw-r--r--
📄
FAQ.pod
12.36 KB
12/19/2017 06:39:06 PM
rw-r--r--
📄
FileMember.pm
1.31 KB
12/19/2017 06:41:59 PM
rw-r--r--
📄
Member.pm
36.78 KB
12/19/2017 06:41:59 PM
rw-r--r--
📄
MemberRead.pm
7.64 KB
12/19/2017 06:41:59 PM
rw-r--r--
📄
MockFileHandle.pm
1.3 KB
12/19/2017 06:41:59 PM
rw-r--r--
📄
NewFileMember.pm
2.13 KB
12/19/2017 06:41:59 PM
rw-r--r--
📄
StringMember.pm
1.68 KB
12/19/2017 06:41:59 PM
rw-r--r--
📄
Tree.pm
816 bytes
12/19/2017 06:41:59 PM
rw-r--r--
📄
ZipFileMember.pm
13.45 KB
12/19/2017 06:41:59 PM
rw-r--r--
Editing: Tree.pm
Close
package Archive::Zip::Tree; use strict; use vars qw{$VERSION}; BEGIN { $VERSION = '1.60'; } 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 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