my @info = stat($file); my $last_access = $info[8]; my $last_modification = $info[9];