在unix/bsd上让apache支持asp
发布时间:2023-04-28 10:41:09 所属栏目:Unix 来源:
导读:给perl安装asp模块,一张方法是CPAN安装,一种是常规安装
CPAN安装
#perl -MCPAN -e shell
cpan>; install CPAN
...
Installing the Apache::ASP bundle will automatically install all the modules
Apache::AS
CPAN安装
#perl -MCPAN -e shell
cpan>; install CPAN
...
Installing the Apache::ASP bundle will automatically install all the modules
Apache::AS
|
给perl安装asp模块,一张方法是CPAN安装,一种是常规安装 CPAN安装 #perl -MCPAN -e shell cpan>; install CPAN ... Installing the Apache::ASP bundle will automatically install all the modules Apache::ASP is dependent on as well as Apache::ASP itself. If you have trouble installing the bundle, then try installing the necessary modules one at a time: cpan>; install MLDBM cpan>; install MLDBM::Sync cpan>; install Digest::MD5 cpan>; install Apache::ASP For extra/optional functionality in Apache::ASP 2.31 or greater, like support for FormFill, XSLT, or SSI, you can install this bundle via CPAN: cpan>; install Bundle::Apache::ASP::Extra 也可以用常规的方法安装asp模块 Otherwise, just copy ASP.pm to $PERLLIB/site/Apache >; perl Makefile.PL >; make >; make test >; make install 安装完毕,进行测试 在htdocs里vi一个test.asp,内容如下 <!-- sample here -->; <html>; <body>; For loop incrementing font size: <p>; <% for(1..5) { %>; <!-- iterated html text -->; <font size="<%=$_%>;" >; Size = <%=$_%>; </font>; <br>; <% } %>; </body>; </html>; <!-- end sample here -->; (编辑:汽车网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
推荐文章
站长推荐
