Re: [htmltmpl] HTML::Template and filesystem ACL's
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2004-07-29 19:52:24
|
On Thu, 29 Jul 2004, Aleksey Serba wrote: > The reason is "-r $filename" expression - it doesn't work with ACL. Really? Why not? That's the most obvious way to see if a file is readable in Perl. > It's the common perl problem or we could use another expression to > determine readable file or not? Does stat() work? I don't know why stat() would work if -r doesn't... -sam |