<html>
Ha Antonis,<br><br>
Did you solve it yet? If not, what does the perl interpreter complain
about?<br><br>
Mark <br><br>
At 04:22 22/02/2003 -0800, Antonis Faragitakis wrote:<br>
<blockquote type=cite class=cite cite>Hi everyone!<br><br>
I can't figure out what is wrong with the following<br>
code:<br><br>
###################HTML TEMPLATE#####################<br>
&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01<br>
Transitional//EN&quot;<br>
&quot;<a href="http://www.w3.org/TR/html4/loose.dtd" eudora="autourl">http://www.w3.org/TR/html4/loose.dtd</a>&quot;&gt;<br><br>
Welcome back ! We have let you in times! <br>
<hr>
Your access is restricted to level.<br>
###################HTML TEMPLATE#####################<br><br>
###################PERL#####################<br><br>
#!/usr/bin/perl -w<br>
use strict;<br>
use CGI;<br>
use CGI::Carp qw(fatalsToBrowser);<br>
use HTML::Template;<br>
my $cgi = new CGI;<br>
my $template =&nbsp; HTML::Template-&gt;new(filename =&gt;<br>
'head.tmpl');<br>
print $cgi-&gt;header;<br>
$template -&gt;param(user_name =&gt; 'antonis');<br>
$template -&gt;param(acclevel =&gt; 'the bastard');<br>
$template -&gt;param(usercount =&gt; '10');<br>
$template-&gt;output();<br><br>
###################PERL#####################<br>
any help!?<br><br>
Antonis<br><br>
_______________________________________________<br>
Athens-pm mailing list<br>
Athens-pm@mail.pm.org<br>
<a href="http://mail.pm.org/mailman/listinfo/athens-pm" eudora="autourl">http://mail.pm.org/mailman/listinfo/athens-pm</a></blockquote></html>