English     Español
[Main Index] : Programming : Languages : Perl : CPAN Modules : Language Interfaces : Language
 Language::Mumps CPAN (Perl) Module 

Search

 

Documents

Language::Mumps (Mumps - Perl module to translate Mumps programs to perl scripts) (Displayed)
README 

Language::Mumps (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

$BINDIR/pmumps Interpreter
~/.pmumps User configuration
/etc/pmumps.cf Site configuration


AUTHOR

Ariel Brosh.

Maintained by Steffen Mueller (mumps-module at steffen-mueller dot net).


SEE ALSO

pmumps, DB_File.

Information

This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here.
   

©Copyright Nicholas Reynolds 2004