in reply to Need Help with Perl Code

On Windows
perl -e "printf \"%.2f\n\",$ARGV[0]+0.005"
Stored as $ARGV[0]; returned with two decimal place accuracy (with roundup) via printf.