Help for this page

Select Code to Download


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