I am using a Aix 5.3 system and have written a perl script which uses Config::Propert ies to read/write into configuration files . The perl version is 5.6.0.
When i run : perl filename.pl i get the following error :
/^(?:\x{FEFF}|{F FFE})/: Can't use \x{} without 'use utf8' declaration at Config/Properties.pm line 215.
Compilation failed in require at trytest.pl line 3.
BEGIN failed--compilation aborted at trytest.pl line 3.
line 3 basically has : use Config::Propert ies
The same script works in windows ..
Anyone has any idea how to solve this problem ??
When i run : perl filename.pl i get the following error :
/^(?:\x{FEFF}|{F FFE})/: Can't use \x{} without 'use utf8' declaration at Config/Properties.pm line 215.
Compilation failed in require at trytest.pl line 3.
BEGIN failed--compilation aborted at trytest.pl line 3.
line 3 basically has : use Config::Propert ies
The same script works in windows ..
Anyone has any idea how to solve this problem ??
Comment