Acme-Perl-VM
view release on metacpan or search on metacpan
example/hello.pl view on Meta::CPAN
#!perl -w
use strict;
use FindBin qw($Bin);
use lib "$Bin/../lib";
use Acme::Perl::VM::Run;
my $x = 'APVM';
print "Hello, $x world!\n";
( run in 0.388 second using v1.01-cache-2.11-cpan-f56aa216473 )