PerlOnJava
Run Perl 5 scripts on the JVM with one jar
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install PerlOnJava?โผ
Run `npx skills add fglock/PerlOnJava --all -g -y` in your terminal to install all skills in this suite globally.
What is PerlOnJava used for?โผ
It runs Perl 5 scripts on the Java Virtual Machine from a single jar file, with no native Perl installation required. It bundles over 150 modules including DBI, Moose, JSON, and a Netty-based web server.
Can PerlOnJava use CPAN modules?โผ
Yes. Pure-Perl CPAN modules install directly with the included jcpan tool, and the port-cpan-module skill guides porting XS-based modules to Java.
Does PerlOnJava work on Windows, macOS, and Linux?โผ
Yes. One jar runs on all three platforms with Java 24 or newer, and the suite includes a dedicated skill for debugging Windows-specific CI failures.
Can I embed PerlOnJava in a Java application?โผ
Yes. It supports the standard JSR-223 ScriptEngine interface, so Java applications can execute Perl code directly.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core