HTML::Template在mod_perl问题

HTML::Template在mod_perl问题

HTML::Template在mod_perl问题
HTML::Template 在 mod_perl 中使用...
HTML::Template 中好像有个Caching Options ,在cpan中看来看去,就是不太懂,想请指点一下Caching Options 这个选项如何设置有利于在mod_perl中使用?.
你都已经死了
还怎么跑
[quote]回复给 nsnake : 它有两种方式--一种是在....[/quote]
大侠能不能说说在(这个是针对MOD_PERL方式,但是需要安装一个模块)这个模块叫什么?
死了就直接退出整个程序了
我想一个个判断,用if 要打较多字


[Copy to clipboard] [ - ]
CODE:
#!/usr/bin/perl -w
$file="mer.log";
print "$file is exists!\n" if -e $file;
print "$file is execute!\n" if -x $file;
print "$file is wirteable!\n" if -w $file;

用warn也可以
croak好像也可以
OK
...............