> I want to display the last modification date of the main script
> aka HTML page like the SSI command flastmod.
 
> My questions:
> 1. Is there a shorter, more elegant way? Perhaps in one line?
> 2. Apache did load the script file before. Does the Apache
> request object remember the mtime of the script file?

Last modified: [+ localtime(($req_rec->finfo)[9]); +]

uses the mtime saved by Apache

> 3. Is it better to chain Apache::SSI with Embperl?
> 

No, this will definitivly a great loss in performance

Gerald

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to