in reply to Distinguishing between padded and non-padded literal numbers...

Remember one thing:

if ( '0001' eq '1' ) { print "they are equal\n"; } else { print "they aren't equal\n"; }

will print "they aren't equal";

  • Comment on Re: Distinguishing between padded and non-padded literal numbers...
  • Download Code