Help for this page
# Tried this: $_table_data .= qq~ ... # And this (works without the dollar sign $_table_data .= sprintf("%.2f", "$_srp_price"); # Result: 4.95
use CGI::Carp qw(fatalsToBrowser); use CGI qw(:standard :cgi-lib escapeHTML); ... $_dur_time = time(); ReadParse(\%in);