foreach my $file(@files){ if (-e $file){ my @fileProps = stat($file); &log_this($customer,$ordername,"filestamp of file $file is: " . $fileProps[9] ); } }