Re: requested file reference in EmbperlObject

2000-08-18 Thread Gerald Richter
Hi, > > Using EmbperlObject I need a reference to the requested file to do > something like this in EMBPERL_OBJECT_BASE: > > $mtime = (stat($filename))[9] > > I tried using the request object from mod_perl ($r->filename) but this is > a reference to EMBPERL_OBJECT_BASE. Does you have a simple solu

requested file reference in EmbperlObject

2000-08-18 Thread Volker Hess
Hi, Using EmbperlObject I need a reference to the requested file to do something like this in EMBPERL_OBJECT_BASE: $mtime = (stat($filename))[9] I tried using the request object from mod_perl ($r->filename) but this is a reference to EMBPERL_OBJECT_BASE. Does you have a simple solution?