ross scanlon wrote: > > Hi all, > > Am having a problem with part of Apache::ASP and was wondering if anyone can helpout. > > Undefined subroutine &HTTP::Date::time2iso called at ... > > You can see the full output at > > http://test.theinternethost.com.au/site/eg >
Did you just upgrade Apache::ASP ? As of 2.27, Apache::ASP no longer uses HTTP::Date, but the examples from an old install still would. So for there to not be an error when using HTTP::Date functions, now one must add something like: PerlModule HTTP::Date to the httpd.conf/.htaccess file. But I believe I took out all references to HTTP::Date out of the examples that ship with 2.27, so maybe these are old examples, but you upgraded to the latest Apache::ASP? I removed the dependency of Apache::ASP on HTTP::Date because HTTP::Date requires the installation of the perl libwww libraries which are quite huge & unnecessary. -- 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]