Help for this page

Select Code to Download


  1. or download this
    eg.Table;M
         Data;O
         ......
    
  2. or download this
    %hMFD = (
             Name_of_the_file_without_ext => {
                     Fieldname_1(column A) => 'value M or O(column B)',
    ...
                     Fieldname_x(column A) => 'value M or O(column B)',
                    },
         );
    
  3. or download this
    #!c:\perl\ -w
    use Text::CSV;
    ...
                }
            close CSV;
            }