Hi monks, I have a doubt about print statement as,
#!/usr/bin/perl use warnings; use strict; print 25_000_000, " ", -4, "\n"; expected output 25_000_000 -4 but getting 25000000 -4
What's happening?
Thanks in advance,
Balaji M.
In reply to Print Statement by msbalaji
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |