Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^13: protect excel file in perl script

by Corion (Patriarch)
on Feb 02, 2017 at 11:47 UTC ( [id://1180839]=note: print w/replies, xml ) Need Help??


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

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1180839]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-03-29 06:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found