2009年6月26日星期五

[PerlChina] Re: lighttpd + perl

这俩玩意运行在啥用户下的?

2009/6/26 syang <netyum@gmail.com>
CGI方式!出现一个小问题,本人对perl不熟,可能和perl没关系,有哪位大侠了解,给些指点!!

先说明,apache + perl没有问题!!

写了一段小程序

#!/usr/bin/perl
use File::Which;
my $program = "rm";
my $test = defined File::Which::which( $program ) ? 1 : 0;
print $test;


在命令行下执行返回 1

用lighttpd访问返回 0

用apache访问返回 1

有点诡异




--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
 要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
 要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
 更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛

-~----------~----~----~----~------~----~------~--~---

没有评论: