C:\>ppm install par-dist C:\>perl -MPAR::Dist -e "install_par('http://cpan.org/modules/by-authors/id/A/AU/AUTRIJUS/PAR-0.74')" #### C:\>pp -o myscript.exe myscript.pl #### C:\>pp -o hello.exe -e "print 'hello world!'" C:\>hello hello world!
## C:\>pp -o myscript.exe myscript.pl ##
## C:\>pp -o hello.exe -e "print 'hello world!'" C:\>hello hello world!