Download Latest Version perlito5.jar (2.4 MB)
Email in envelope

Get an email when there's a new version of Perlito5

Home / v9.022
Name Modified Size InfoDownloads / Week
Parent folder
Perlito5-9.022.tar.gz 2017-05-13 331.8 kB
perlito5.js 2017-05-13 3.1 MB
perlito5.jar 2017-05-13 2.0 MB
Perlito5 - a Perl5 compiler source code.tar.gz 2017-05-13 1.3 MB
Perlito5 - a Perl5 compiler source code.zip 2017-05-13 1.6 MB
README.md 2017-05-13 879 Bytes
Totals: 6 Items   8.4 MB 0

Perl5-based Perl5 compiler

Perlito5-9.022.tar.gz provides:

  • the perlito5 command line compiler

  • the lib directories for Java and JavaScript specific Perl modules.

Perl5 to Java and JavaScript based compilers

Note the "-I" parameter, this needs to point to the lib directories for Perlito5 perl modules. Alternately, you can set the "PERL5LIB" environment variable.

  • run Perl in the JVM with "perlito5.jar", or pre-compile a stand-alone Perl script to Java:

    java -jar perlito5.jar -I src5/lib -e ' print "hello, World!\n" '

  • run Perl using Node.js with "perlito5.js", or pre-compile a Perl script to JavaScript:

    nodejs perlito5.js -I src5/lib -e ' print "hello, World!\n" '

  • run Perl on a browser, see http://fglock.github.io/Perlito/perlito/perlito5.html

Source: README.md, updated 2017-05-13