There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Acme::Perl::VM::Run - Runs a Perl script in APVM

SYNOPSIS

#!perl -w
use Acme::Perl::VM::Run;

print "Hello, world!\n";

SEE ALSO

Acme::Perl::VM.