我有一份大写像如下:
BEGIN {
unshift (@INC, "$ENV{ HOME }/www/cgi-bin/SiteSpecific");
}
print "Content-type: text/html
";
use SiteObject;
my $siteObjInst = SiteObject->instance();
print $siteObjInst->{HideFields};
这将从指挥中课以罚款,但当从一个浏览器作为加拿大地理统计局的纸面时失败。 或许不会确定ENV{HOME },因为文字无法找到模块。
农研组的文字是否在壳体内操作,没有发现环境变量?
If the above is true, do I need to set the desired variables within the BEGIN block using some other means?
感谢您的帮助。