PERL caused an invalid page flaw at module in 0000:1f8fdff2. Records: EAX=01cd0094 CS=015f EIP=1f8fdff2 EFLGS=00010202 EBX=01cd0314 SS=0167 ESP=0153f89c EBP=0153f8bc ECX=00000000 DS=0167 ESI=01cd0a90 FS=3f77 EDX=8175814c ES=0167 EDI=00000001 GS=0000 Bytes in CS:EIP: #### if (param('action') eq "cli_definido") { #$dt_prosp = ""; $ger = ""; $cliente = param('n_cliente'); #@t=(localtime)[0..5]; #$dt_prosp=sprintf "%02u/%02u/%02u %02u:%02u:%02u",$t[3],$t[4]+1,$t[5]+1900,$t[2],$t[1],$t[0]; $dbh = SysUtils::Connect; $sth2 = $dbh->prepare_cached("SELECT nome FROM usuarios WHERE login='$login'"); $sth2->execute; while (@data = $sth2->fetchrow_array) { $nome_gerente = $data[0]; } $ger = "$nome_gerente"; $sth2->finish; $neg = ""; $sth3->finish; $slct_status = "\n"; $sth4->finish; $n_cliente = param('n_cliente'); $cli = "$n_cliente"; $dbh->disconnect; print "Content-type: text/html\r\n\r\n"; open (FH,"templates/cadastro_proposta.htm") or die "Cant open body: $!"; $body = join('',); close (FH); eval "\$body = sprintf \"%s\",<