Help for this page
use strict; use warnings; ... print $number++; print "\n"; }
print "present value of the number is:"; print $number++; print "\n";