Try that:
############### ############### ############### ############### ###########
# Name : read_csv
#
# Description : Reads csv file into hash array
#
# In : csv file name, filed separation key (; in most cases)
#
# Out : hash array
############### ############### ############### ############### ###########
sub read_csv {...
Leave a comment: