in reply to Re: Clarifying the Comma Operator
in thread Clarifying the Comma Operator

08z isn't numeric literal, but:

$ perl -E'say 08z => 1' Illegal octal digit '8' at -e line 1, at end of line syntax error at -e line 1, near "08z" Execution of -e aborted due to compilation errors.