DEV Community

Toby Inkster
Toby Inkster

Posted on Originally published at toby.ink on

ZuzuScript is born

First release of ZuzuScript for Perl!

The Zuzu distribution is now available on CPAN.

https://metacpan.org/release/TOBYINK/Zuzu-0.001000

You can install it using cpanm Zuzu.

Run simple inline code:

zuzu.pl -e 'say("Hello, world");'
Enter fullscreen mode Exit fullscreen mode

Run a full script:

zuzu.pl path/to/script.zzs
Enter fullscreen mode Exit fullscreen mode

Top comments (0)