ehm, and one more problem: when I parse query string manually,
everything seems to work till the line $q->Write, tmp file is
created but nothing is written... but I've been playing way too long
with it, maybe I just need a break and continue tommorow
Robert wrote:
OK, it seems File::T
had problem w/ this mail, so here;s it again
--- Begin Message ---
OK, it seems File::Temp should be used instead of
Apache::File. Now, another problem: handler doesn't parse query string
args: Right after handler start, I dump $r->args into error log:
with apache2
$VAR1 = 'width=90&height=6
OK, it seems File::Temp should be used instead of
Apache::File. Now, another problem: handler doesn't parse query string
args: Right after handler start, I dump $r->args into error log:
with apache2
$VAR1 = 'width=90&height=60';
with apache1
$VAR1 = 'width';
$VAR2 = '90';
$VAR3 = 'height';