{ no warnings 'uninitialized'; $DB->sql("INSERT INTO Files (File_Path, File_Name, Size_Byte, Created, Modified, Accessed, Type) VALUES ('$db_values[0]','$db_values[5]','$db_values[1]','$db_values[2]','$db_values[3]','$db_values[4]','$db_values[6]')"); } #### my @db_values = map defined( $_ ) ? $_ : '', split (/,/,$entry);