print "\n";
}
print <<'HTML_TAGS';
...
...
...
HTML_TAGS
print $szObs,'',"\n";
print <<'HTML_TAGS';
...
...
...
HTML_TAGS
exit;
sub error {
$error = shift(@_);
print "Erro: $error";
exit(1);
}
---
mp_string_tamanho.'',"\n";
print "\n";
}
print <<'HTML_TAGS';
...
...
...
HTML_TAGS
print $szObs,'',"\n";
print <<'HTML_TAGS';
...
...
...
HTML_TAGS
exit;
sub error {
$error = shift(@_);
print "Erro:
Hi there,
On Fri, 21 Nov 2003, Giovani M. Zaffari wrote:
> Someone had a problem with the Reload / Refresh page using the mod_perl?
No.
> I have a script that runs ok only the first time (or when
> it's not in the cache), but the second time some images disappear
> and the browser stay in a loo
Someone had a problem with the Reload / Refresh
page using the mod_perl? I have a script that runs ok only the first time (or
when it's not in the cache), but the second time some images disappear and the
browser stay in a loop trying do download them indefinitly.
Giovani