in reply to Re^2: adding comma and two decimals
in thread adding comma and two decimals

Actually I have that at the top of the script and I didn't recieve a single error anywhere.
#!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); use warnings; use strict; use CGI::Cookie; use CGI qw/:standard/; use DB_File;
Is my script header.

Thanks for the other suggestion, that worked!