Yeah I just looked at it, and File::Glob will do the trick on linux. Change
# my @files = glob "$path/*"; use File::Glob ':glob'; my @files = bsd_glob( "$path/*"); #includes spaces
In reply to Re^2: Tk-thumbnail-viewer
by zentara
in thread Tk-thumbnail-viewer
by zentara
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |