in reply to Re^2: adding comma and two decimals
in thread adding comma and two decimals
Is my script header.#!/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); use warnings; use strict; use CGI::Cookie; use CGI qw/:standard/; use DB_File;
Thanks for the other suggestion, that worked!
|
|---|