NAME ^

Language::m4 - A port of GNU m4 from C to Perl5

SYNOPSIS ^

  use Language::m4;

  Language::m4::main();

DESCRIPTION ^

Provides a main function for the Perl scipt m4.

USAGE ^

Uses the parameters from the command line.

FUNCTIONS ^

main ^

 Usage     : This implements a m4 processor
 Purpose   : Macro processing
 Returns   : A return code
 Argument  : Read stuff from @ARGV
 Throws    : None yet
 Comments  : I try to be polite

See Also : GNU m4

private FUNCTIONS ^

_usage ^

 Usage     : no args
 Purpose   : Print the help message
 Returns   : nothing
 Argument  : none yet
 Throws    : Nothing yet
 Comments  : TODO: Pass a flag for EXIT_FAILURE and EXIT_SUCCESS

BUGS ^

None reported yet.

SUPPORT ^

Ask Bernhard.

AUTHOR ^

        Bernhard Schmalhofer
        Bernhard.Schmalhofer@gmx.de
        http://www.schmalhofer.info/schmalhofer/bernhard/projects/m4

COPYRIGHT ^

GPL

SEE ALSO ^

perl(1) GNU m4.


parrot