in reply to Re^2: Tk::Image delete method
in thread Tk::Image delete method

Does Path::Tiny support such recursion?

nay

for that use File::Find::Rule::Procedural

my @files = find( file => name => qr/\.(jpe?g|gif|png|bmp)$/i , in => $dir, );

Re^2: getting picky with File::Find::Rule less typing find/rule