- or download this
#!/usr/bin/perl
use strict;
...
$ perl version.pl
Minimum: 5.006
- or download this
#!/usr/bin/perl
use strict;
use warnings;
use Spreadsheet::ParseXLSX;
- or download this
use Archive::Zip;
use Graphics::ColorUtils 'rgb2hls', 'hls2rgb';
use Scalar::Util 'openhandle';
use Spreadsheet::ParseExcel 0.61;
use XML::Twig;