Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Mumps - Perl module to translate Mumps programs to perl scripts
SYNOPSIS
use Language::Mumps;
$pcode = Language::Mumps::compile(qq{\tw "Hello world!",!\n\th}); eval $pcode;
Language::Mumps::evaluate(qq{\ts x=1 w x});
Language::Mumps::interprete("example.mps");
Mumps:translate("example.mps", "example.pl"); prompt % perl example.pl
DESCRIPTION
This module compiles Mumps code to Perl code. The API is simillar to MumpsVM.
ENVIRONMENT
Edit ~/.pmumps or /etc/pmumps to set up persistent arrays.
FILES
AUTHOR
Ariel Brosh, schop@cpan.org