Help for this page

Select Code to Download


  1. or download this
    my $sql =<<'EOFSQL';
    SELECT 
    ...
        print join "-", ($field_one, $field_two, $field_three);
      }
    }