Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
perl /
vendor /
lib /
Spreadsheet /
WriteExcel /
[ HOME SHELL ]
Name
Size
Permission
Action
Chart
[ DIR ]
drwxrwxrwx
BIFFwriter.pm
7.18
KB
-rw-rw-rw-
Big.pm
1.79
KB
-rw-rw-rw-
Chart.pm
84.29
KB
-rw-rw-rw-
Examples.pm
314.85
KB
-rw-rw-rw-
Format.pm
22.5
KB
-rw-rw-rw-
Formula.pm
52.77
KB
-rw-rw-rw-
OLEwriter.pm
11.06
KB
-rw-rw-rw-
Properties.pm
9.84
KB
-rw-rw-rw-
Utility.pm
29.03
KB
-rw-rw-rw-
Workbook.pm
107.96
KB
-rw-rw-rw-
Worksheet.pm
216.3
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Big.pm
package Spreadsheet::WriteExcel::Big; ############################################################################### # # WriteExcel::Big # # Spreadsheet::WriteExcel - Write formatted text and numbers to a # cross-platform Excel binary file. # # Copyright 2000-2010, John McNamara. # # require Exporter; use strict; use Spreadsheet::WriteExcel::Workbook; use vars qw($VERSION @ISA); @ISA = qw(Spreadsheet::WriteExcel::Workbook Exporter); $VERSION = '2.40'; ############################################################################### # # new() # # Constructor. Thin wrapper for a Workbook object. # # This module is no longer required directly and its use is deprecated. See # the Pod documentation below. # sub new { my $class = shift; my $self = Spreadsheet::WriteExcel::Workbook->new(@_); # Check for file creation failures before re-blessing bless $self, $class if defined $self; return $self; } 1; __END__ =encoding latin1 =head1 NAME Big - A class for creating Excel files > 7MB. =head1 SYNOPSIS Use of this module is deprecated. See below. =head1 DESCRIPTION The module was a sub-class of Spreadsheet::WriteExcel used for creating Excel files greater than 7MB. However, it is no longer required and is now deprecated. As of version 2.17 Spreadsheet::WriteExcel can create files larger than 7MB directly if OLE::Storage_Lite is installed. This module only exists for backwards compatibility. If your programs use ::Big you should convert them to use Spreadsheet::WritExcel directly. =head1 REQUIREMENTS L<OLE::Storage_Lite>. =head1 AUTHOR John McNamara jmcnamara@cpan.org =head1 COPYRIGHT Copyright MM-MMX, John McNamara. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.
Close