Subject: | Constant parsing error? |
This is a somewhat odd case, but the result should be the same whether
"bigint" is used or not:
$ perl -Mbigint -wle 'print 0_'
Misplaced _ in number at -e line 1.
Misplaced _ in number at -e line 1.
NaN
$ perl -wle 'print 0_'
Misplaced _ in number at -e line 1.
Misplaced _ in number at -e line 1.
0