Help for this page

Select Code to Download


  1. or download this
    sub Read_INI_files_get_initialData{
    
    ...
    
            %$ini_sect = %{ $ini_file{$ini_sect} };
    }
    
  2. or download this
    [section1]
    SQL1 = select * from ....
    SQL2 = Insert into table <tablename> and so on.