Help for this page

Select Code to Download


  1. or download this
    
    [Section1]
    SQL1=select * from <tablename>
    SQL2=insert into table <table name>
    
  2. or download this
    sub Read_INI_files_get_initialData {
        my ( %ini_file, $ini_sect );
    ...
        return (\%Section1);   
    
    }