The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Parrot::Embed - use Parrot from Perl 5

VERSION

Version 0.02

SYNOPSIS

This module embeds libparrot in Perl 5 programs. You can load Parrot bytecode, compile your own code, and call Parrot subroutines and send and receive values to them.

Do consider using Parrot::Interpreter first however. See also Parrot::PMC.

AUTHOR

chromatic, <chromatic at wgz.org>

BUGS

Please report any bugs or feature requests to the Parrot Porters mailing list. Someday there may be a CPAN version of this code. Who knows?

COPYRIGHT & LICENSE

Copyright (c) 2006 - 2007 The Perl Foundation / chromatic, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Parrot itself.