> is it possible to pre-compile a template locally: > and then use that compiled file *somehow* on a remote server > > the reason i ask is because we have a remote site where the version of > perl is 5.00503 which have some problems with some of the modules in > escpeically the File package
You can't do what you're hoping here, because if you look at a "compiled" file, it's compiled to Perl. Thus, if I'm understanding your situation, your problem will still exist. Unles your problem is with TT trying to compile the module to perl, but I'm thinking this is not the best way to try and fix that. -- SwiftOne [EMAIL PROTECTED] _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
