Is there an upper limit on lengths of keys and values in a pre_processed
file
handled by ttree? (There seems to be.) Can that limit be lifted?

I need to be able to pass some path info in my pre_process file:

'--pre_process', "config/site",

site contains, among other things:

       LD_LIBRARY_PATH     =>
'/usr/lib:/export/apps/i25/usd_system/ingres/lib',

When I hand over to ttree, he thinks LD_LIBRARY_PATH is too long, so
truncates to

       LD_LIBRARY_PA

He also thinks the path string is too long, I forget where he breaks, but
one of the effects
is the trailing single quote and comma go missing, which then throws perl
off.

Let's not even mention the other PATH info I need to pass:

   PATH            =>
'/export/apps/i25/usd_system/ingres/bin:/export/apps/i25/usd_system/ingres/utility:/sbin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/openwin/bin:/usr/X/bin:/usr/ucb:/opt/CAusd/bin:/usr/local/bin/perl-cgi:/etc:.',

/dennis

---------------------------------------------------------------------------
If at first you don't succeed, don't go skydiving.



_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to