in reply to system command error

use File::Find::Rule; unlink File::Find::Rule ->name('*.std*', 'ULOG.*') ->file ->mtime(">9") ->in(".");

Makeshifts last the longest.