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

> Does Path::Tiny support such recursion?

Of course it does. The visit method is the most similar to File::Find's way:

my @img; path($dir)->visit(sub { push @img, $_->stringify if /\.(jpe?g|gif|png|bmp)$/i; }, {recurse => 1});
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]