$ perl -Mstrict -Mwarnings -E 'use Spreadsheet::XLSX; say $Spreadsheet::XLSX::VERSION' Can't locate Spreadsheet/XLSX.pm in @INC (you may need to install the Spreadsheet::XLSX module) ... #### $ cpan ... cpan[1]> install Spreadsheet::XLSX ... MIKEB/Spreadsheet-XLSX-0.15.tar.gz /usr/bin/make install -- OK #### $ perl -Mstrict -Mwarnings -E 'use Spreadsheet::XLSX; say $Spreadsheet::XLSX::VERSION' 0.15 #### #!/usr/bin/perl ... #!/usr/local/bin/perl ... #### #!/usr/bin/env perl ...