http://www.perlmonks.org?node_id=961424


in reply to Re: Template Toolkit Root Permission
in thread Template Toolkit Root Permission

I could see this script actually is exectuing because it could print hello while exectuing the script but the template part not able to show its output you could see the script executing on

http://182.18.173.61/cgi-bin/linen_tracking.pl

I have given complete permission to all the directory

For E.g if i comment the line #PRE_PROCESS => 'config', #PRE_PROCESS => 'variable', It give me complete output as
hello <html> <head> </head> <body> <h1>romy</h1> </body> </html>
else it give me output as only "hello"