Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Tk-thumbnail-viewer

by zentara (Archbishop)
on Mar 13, 2006 at 22:54 UTC ( [id://536408]=note: print w/replies, xml ) Need Help??


in reply to Re: Tk-thumbnail-viewer
in thread Tk-thumbnail-viewer

I tried the - and space on linux, and the - works, but not the name with spaces. You can easily adjust it to suit your system, just change the line my @files = glob "$path/*"; to whatever command works well on win32.

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

I'm not really a human, but I play one on earth. flash japh

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://536408]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-03-28 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found