#!/usr/bin/perl
use strict;
my %para;
my $html;
my $linea;
$ENV{DOCUMENT_ROOT}.='/' if $ENV{DOCUMENT_ROOT};
my $hoy = time;
require $ENV{DOCUMENT_ROOT}.'_adm/incs/Generales.pm';
open (ARCHI, $ENV{DOCUMENT_ROOT}.'online/tpl/online.htm')||die $!."- online.pl
\n";
while ($linea = ){
$html .= $linea;
}
close ARCHI;
$html =Generales::procesarEstatico($html);