Help for this page

Select Code to Download


  1. or download this
    my $column_names = join( ",", map {
        ( "${_}_open", "${_}_openhour", "${_}_closehour" );
    ...
    } @day_text;
    
    my $sql = qq(SELECT $column_names ...);