The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CGI::Multiscript - Perl extension for Multiscript programming

SYNOPSIS

  use CGI::Multiscript;
  Multiscript::execute("test_hello.ms", "version", "perl", "args");

DESCRIPTION

- a Perl Module that allows for multi script programming from Perl scripts. The program will allow Perl, Python, Ruby or Shell or any other language to coexist in the same script. The scripts can be given version attributes and are dillineated by tags.

This program will run a multiscript program according to command options.

EXPORT

The project page is mirrored on sourceforge.net and at http://www.mad-dragon.com/multiscript.html.

SEE ALSO

http://mad-dragon.com/multiscript

If you have a mailing list set up for your module, mention it here.

If you have a web site set up for your module, mention it here.

AUTHOR

Nathan Ross, <lt>morgothii@cpan.org<gt>

COPYRIGHT AND LICENSE

Copyright (C) 2007 by Nathan Ross

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.