File::Find::find( { wanted => sub { return unless -f _ && -M _ > 8; unlink if /\.std/ || /^ULOG\./; }}, '.' );