Help for this page

Select Code to Download


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