Help for this page
Select Code to Download
Select
or
download this
my $n; my ($div, $rem) = ( int($n/10), $n % 10 );