I also believe Data::Dumper did not convert your number to a string but added quotes for clarity.
Yep, it simply quoted the strings -- a string is not a number until its treated like a number :)
$ perl -MData::Dump -e " dd '+11', 0+ '+11' " ("+11", 11)
In reply to Re^2: string to number via data dumper
by Anonymous Monk
in thread string to number via data dumper
by semipro
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |