in reply to File::Find help requested
sub wanted { return if -d $_; if ( (stat $_)[9] > time() - (86400 * 1) ) { print "<img src=\"$photo_url/$_\" height=150 width=150><p>\n"; } } [download]