I know how to cast between integer and string representation, but how can I test for this?
Data::Dumper seems to know...
perl -MData::Dumper -e 'print Dumper([ 1, "1" ])'; $VAR1 = [ 1, '1' ];
In reply to How can I test for the representation of an integer? by sm@sh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |