同じ環境で片やエラー。

parlスクリプトがエラーなります。

[root@www1]# hogehoge.pl
Use of uninitialized value in split at fugafuga.pm line 34.


本番機と開発機で同じバージョンのPerlを使っているのに、
なぜエラーになるのぉ?


OSは、RHELCentOSの違いがありますが、パッケージ構成は
ほとんど同じにしているのに・・・
文字コード??いや、どっちもEUCのはずだしなぁ(>_<

[root@test1 ~]# /usr/bin/perl -v

This is perl, v5.8.5 built for i386-linux-thread-multi

Copyright 1987-2004, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.

[root@test1 ~]#

[admin@www1 ~]$ perl -v

This is perl, v5.8.5 built for i386-linux-thread-multi

Copyright 1987-2004, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.

[admin@www1 ~]$