Philippe Ratté wrote:
> 
> Hello :)
> 
> My Apache::ASP is working; i've copied the ./site/eg/ dir to my htdocs, and
> all that works..
> 
> In my root dir, ( / ) i've made a simple ASP document. When I run it, it
> gives me the following errors:
> 
> Errors Output
> Undefined subroutine &Apache::ASP::date called at (eval 9) line 1. ,
> /usr/lib/perl5/site_perl/Apache/ASP.pm line 1471

Congrats on getting this far! ( not an easy task for some )

date() is probably a VBScript command, but Apache::ASP supports
perl scripting only.  You could likely use &HTTP::Date::time2str()
for similar effect, do a "perldoc HTTP::Date" for more info.

Better yet, if you really were expecting VBScript, then you might
want to learn perl, or get a web app environment that supports 
VBScript like Chilisoft's ASP.

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to