warn(warn_reserved
$a = abc;
- chmod: mode argument is missing initial 0
+ chmod() mode argument is missing initial 0
chmod 3;
Possible attempt to separate words with commas
no warnings 'octal' ;
chmod 3;
EXPECT
-chmod: mode argument is missing initial 0 at - line 3.
+chmod() mode argument is missing initial 0 at - line 3.
########
# toke.c
use warnings 'syntax' ;