Re: Apache::SSI design questions

2000-11-29 Thread Matt Sergeant
On Wed, 29 Nov 2000, Bill Moseley wrote: > At 11:47 PM 11/28/00 -0600, Ken Williams wrote: > >1) Is it preferred to use POSIX::strftime() for time formatting, or > > Date::Format::strftime()? One solution would be to dynamically load one > > or the other module according to which one is avai

Re: Apache::SSI design questions

2000-11-29 Thread Bill Moseley
At 11:47 PM 11/28/00 -0600, Ken Williams wrote: >1) Is it preferred to use POSIX::strftime() for time formatting, or > Date::Format::strftime()? One solution would be to dynamically load one > or the other module according to which one is available, but I'd rather > not do that. Hi Ken, W

Apache::SSI design questions

2000-11-28 Thread Ken Williams
Hi, A recent set of patches sent to me for Apache::SSI left me wondering about a couple of design issues, so I thought I'd turn to the list. 1) Is it preferred to use POSIX::strftime() for time formatting, or Date::Format::strftime()? One solution would be to dynamically load one or the o