Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Using Excel timestamp with perl

by dasgar (Priest)
on Jun 03, 2014 at 22:47 UTC ( [id://1088535]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Using Excel timestamp with perl
in thread Using Excel timestamp with perl

Here's a couple of ideas about how to use additional modules without "installing" them on the clients' systems.

If you need to keep the script as Perl script (i.e. distribute as a .pl file to be run the interpreter), you can use App::FatPacker to pack in all of the needed modules into one big script.

If you install PAR::Packer, you can use the pp utility to create a stand-alone executable that you could distribute to clients. In this case, the clients would not even need to install Perl on their systems. There are other packager utilities that you could use too (CavaPackager, Perl2Exe, PerlApp from ActiveState's Perl Development Kit or Pro Studio). (Some of these are free and others you will need to purchase).

Replies are listed 'Best First'.
Re^4: Using Excel timestamp with perl
by Varkh (Initiate) on Jun 04, 2014 at 13:14 UTC

    Wow. I'm getting more and more amazed by the possibilities of Perl. I will look after these fine advices and try to use a standalone version of a module. That should do the trick too !

    Thanks,

    Varkh

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-19 02:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found