FILE ... TOC

Process an input file

This function gets an imput file name, reads the content and processes all jamal macros in it. The result is put into a string buffer and reference to it is returned.

Usage:

           $sref = &DoFile('filename');
           print $$sref; # dereference

For the actual processing function DoInput is invoked.

FILE ... TOC