- or download this
#!/usr/bin/perl -w
use strict;
...
$template->process($file, $vars) # This is line 33
|| die $template->error();
- or download this
file error - /templates/userinfo.html: absolute paths are not allowed
+(set ABSOLUTE option)
at C:\Inetpub\wwwroot\cgi-bin\userinfo.cgi line 33.
- or download this
file error - ../templates/userinfo.html: relative paths are not allowe
+d (set RELATIVE option)
at C:\Inetpub\wwwroot\cgi-bin\userinfo.cgi line 32.