hp unix 下的perl,请教

hp unix 下的perl,请教

hp unix 下的perl,请教
我在HP-UX B.11.00 环境下执行一程序,
hp_ux>perl mtc.pl
mtc.pl 简单代码如下:
#调用模块开始
use strict;
use POSIX;

结果报错如下:
Can't locate strict.pm in @INC at mtc.pl line 3.
BEGIN failed--compilation aborted at mtc.pl line 3.

这是否说明:hp-ux 中的perl 没有模块strict?
但在cpan网站上有一段文字说明如下:“Starting from mid-October 2001 Perl 5.6.1 is shipped as a standard part of HP-UX 11.00 installation.” 难道perl 5.6.1中没有strict的模块吗?(windows下面的active perl 5.6.1 中是有strict模块的)
请高人指点一下

我在另一台hp unix 11.11上试了一下可以,可能是先前那hp-ux机器的perl有问题