> > nice. but that doesn't give you a filename like > Apache::File->tmpfile > > does, so we'd still need the old code for Apache::compat. > > > why do you want to know the filename? >
my ($filename, $fh) = Apache::File->tmpfile; ... $r->set_content_length(-s $filename); :) --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
