"John D. Leonard II" wrote:
> 
> I frequently use the HTTP::Date functions "time2str" and "str2time."  Do you
> have other, lower-overhead suggestions?
> 

Well, its undocumented, and will remain so, but I just moved
the HTTP::Date module into Apache::ASP as Apache::ASP::Date,
so if you want to use it there you may.  I don't think HTTP::Date
is high in overhead, and just wanted to make the installation
process easier on people when first installing Apache::ASP.

If you did something like:

# global.asa
*time2str = *Apache::ASP::Date::time2str;

Then you could just reference time2str() in your scripts, and if 
Apache::ASP::Date disappears just point it somewhere else.

--Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

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

Reply via email to