or download this
{
no warnings 'uninitialized';
$DB->sql("INSERT INTO Files (File_Path, File_Name, Size_Byte, Cr
+eated, 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]')");
}