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