On Thu, Feb 14, 2008 at 10:40 AM, Malcolm <[EMAIL PROTECTED]> wrote: > Mason uses it's own namespace for the code it generates from your templates. > So unless you have a "use lib...; use myOwnFunctions;" in your template, it > won't have your functions in scope.
I don't think that explains why the fully-qualified myOwnFunctions::myFunction() isn't working. - Perrin