Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    $template->process($file, $vars)   # This is line 33
        || die $template->error();
    
  2. 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.
    
  3. 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.