COMPILE WITH THE FOLLOWING ERROR:
Can’t use ‘defined(@array)’ (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.中的define(),
RESOLVED
- open the kernel/timeconst.pl
- go to the 373 line
- change
if (!defined(@val)) {
to
if ( !(@val ) ) {