• [^] # Re: PAR c'est bon :)

    Posté par . En réponse au message compiler statiquement un script PERL. Évalué à 1.


    PAR, the Perl Archive Toolkit

    --* Do what JAR (Java Archive) does for Perl
    ---- o Aggregates modules, scripts and other files into a Zip file
    ---- o Easy to generate, update and extract
    ---- o Version consistency: solves forward-compatibility problems
    ---- o Developed by community: par@perl.org
    -- * PAR files can be packed into self-contained scripts
    ---- o Automatically scans perl script for dependencies
    ---- o Bundles all necessary 3rd-party modules with it [1]
    ---- o Requires only core Perl to run on the target machine [2]
    ---- o PAR also comes with pp, the Perl Packager:



    [1] ce regroupe tous les modules necessaires en un seul fichier mais
    [2] il faudra quand meme Perl sur la machine ou tu voudras faire tourner ton script