in reply to Re^11: protect excel file in perl script
in thread protect excel file in perl script

send me the link of Spreadsheet::ParseXLSX package. my perl version : This is perl, v5.8.8 built for x86_64-linux-thread-multi my installed package perl-Spreadsheet-XLSX.noarch 0.13-8.el5 installed am getting below error: Can't locate Spreadsheet/ParseXLSX.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at pfiz_files2xl_merger.pl line 5. BEGIN failed--compilation aborted at pfiz_files2xl_merger.pl line 5. -bash-3.2$
  • Comment on Re^12: protect excel file in perl script

Replies are listed 'Best First'.
Re^13: protect excel file in perl script
by Corion (Patriarch) on Feb 02, 2017 at 11:47 UTC

    Do you know about our lord and saviour CPAN?

    That site even features a search box into which you can enter the module name you are searching for.

    If you use the Perl supplied by your OS vendor, it is usually considered a better approach to use only the packages supplied by your OS vendor and not to mix packages from CPAN with packages supplied by your OS vendor. If your system administrator tells you that your vendor has not packaged a more recent version of the modules you need for your OS, then you will need to upgrade your OS if you want to stay with the system Perl and the system packages.

    If you want to step away from the system packages, local::lib provides a good approach to keep using the system Perl but install your own modules.

    Also consider using perlbrew to compile your own version of Perl and to use that instead of the system Perl.

Re^13: protect excel file in perl script
by marto (Cardinal) on Feb 02, 2017 at 11:53 UTC

    "send me the link of Spreadsheet::ParseXLSX package."

    This was already provided for you. Please take the time to read responses and follow links.

Re^13: protect excel file in perl script
by poj (Abbot) on Feb 02, 2017 at 12:00 UTC

    What do you get with this command ?

    cat /etc/*-release

    poj
Re^13: protect excel file in perl script
by Anonymous Monk on Feb 02, 2017 at 11:45 UTC
    Hi,

    Use above command to install modules, or use the search feature of the two websites i linked