itshardtogetone Tue, 01 Apr 2008 08:02:57 -0700
Hi, How do I extract the last digit of a number? example I only want the digit 9 from the number 19.
my $number = 19;