<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Oi pessoal, vou deixar claro algumas coisas aqui, coloco umas palavras exemplo: naum, eh e etc.. Porque a codificacaum da lista esta&nbsp;vindo&nbsp;as&nbsp;palavras com '?' no lugar dos&nbsp;&nbsp;acento, sobre o portugues eu nunca fui bom nisso, agora vamos valar do que importante, no momentos estou usando esse modulos:<BR>
&nbsp;<BR>
warnings<BR>
stricts<BR>
Template<BR>
DBI<BR>
&nbsp;<BR>
meu codigo esta assim:<BR>
&nbsp;<BR>
arquivo index.pl<BR>
#!/usr/bin/perl<BR>
use CGI::Carp qw(fatalsToBrowser);<BR>use warnings;<BR>use strict;<BR>use Classes::Temp;<BR>
print "Content-type: text/html\n\n";<BR>
my $variaveis = {<BR>&nbsp;&nbsp;&nbsp; nome =&gt; 'Lucas'<BR>};<BR>
my $template = Classes::Temp-&gt;new('index.html', $variaveis);<BR>$template-&gt;Display();<BR>
&nbsp;<BR>
arquivo Temp.pm<BR>
package Classes::Temp;<BR>
use warnings;<BR>use strict;<BR>use Template;<BR>
sub new {<BR>&nbsp;&nbsp;&nbsp; my $this = shift;<BR>&nbsp;&nbsp;&nbsp; my $class = ref($this) || $this;<BR>&nbsp;&nbsp;&nbsp; my $self = {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; arquivo =&gt; shift,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; variaveis =&gt; shift,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; };<BR>&nbsp;&nbsp;&nbsp; return bless $self, $class;<BR>}<BR>
sub Display {<BR>&nbsp;&nbsp;&nbsp; my $self = shift;<BR>&nbsp;&nbsp;&nbsp; my $valor = shift;<BR>&nbsp;&nbsp;&nbsp; $self-&gt;{arquivo} = $valor if ($valor);<BR>&nbsp;&nbsp;&nbsp; $self-&gt;{variaveis} = $valor if ($valor);<BR>&nbsp;&nbsp;&nbsp; my $template = Template-&gt;new();<BR>&nbsp;&nbsp;&nbsp; return $template-&gt;process('Templates/' . $self-&gt;{arquivo}, $self-&gt;{variaveis}) || die "Erro: ", $template-&gt;error(), "\n"; <BR>}<BR>
1;<BR>
&nbsp;<BR>
por enquanto so tenho isso.<BR>
&nbsp;<BR>
O Luis Motta Campos arruma uma namorada&nbsp;amigo rsrsrs!<BR>
&nbsp;<BR>                                               <br /><hr />Voeg  eenvoudig je Hyves vrienden toe aan je  <a href='http://www.microsoft.com/netherlands/windowslive/Views/productdetail.aspx?product=MessengerHyves&WT.mc_id=msn3' target='_new'>Hotmail en Messenger.</a></body>
</html>