my $templateFile="\home\anish\temp\client.html";

Are you on a Win32 box? *unix uses forward slashes for path names, if that matters on your template.

alfred,


Anish Kumar K. wrote:

I use a perl template and getting this error

my $templateFile="\home\anish\temp\client.html";
$template->process($templateFile, \%inputVariables) || die "Template process failed: ", 
$template->error(), "\
n";


absolute paths are not allowed (set ABSOLUTE option)

Please help me

Thanks
Anish





-- Perl is my reason for following the Sun;




-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to