Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[kirsle@firefly ~]$ perl
my $number = 171500;
print "Before: $number\n";
$number =~ s/(\d\d)$/.$1/;
print "After: $number\n";
__END__
Before: 171500
After: 1715.00
perl -e '$|=$i=1;print" oo\n<|>\n_|_";x:sleep$|;print"\b",$i++%2?"/":"_";goto x;'
Easier than [tt]$field3 /= 100;[/tt]? What do find difficult about that?But was wondering if there was an easier way.