Help for this page

Select Code to Download


  1. or download this
    
    my $return_value = Read_INI_files_get_initialData_PP_DB();
    ...
    
    print "$Section1{SQL1}\n";
    
  2. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    
    print "SQL1: $SQL1\n";
    print "SQL2: $SQL2\n";