in reply to File::Find help requested

This returns immediatly if the subject is a directory.
sub wanted { return if -d $_; if ( (stat $_)[9] > time() - (86400 * 1) ) { print "<img src=\"$photo_url/$_\" height=150 width=150><p>\n"; } }