in reply to Pattern matching question

One might use to find the DDMM of the local file:
($day,$month) = localtime(stat($local_file_to_check)[9])[3,4]; $current_file_time = $month . $day;
and then use this to match it against the date parsed back from @listing