Showing posts with label perl. Show all posts
Showing posts with label perl. Show all posts

Thursday, September 28, 2006

File::Find::Rule::Extending - the mini-guide to extending File::Find::Rule - search.cpan.org

A mini tutorial on how to alter file::find items. I really like the example that they give for spitting back random files. Imagine tying it into an xmms call so that you could get a random playback and then be able to save the playlist from inside xmms.

Or showing random pictures or whatever. Neat stuff.

File::Find::Rule - Alternative interface to File::Find - search.cpan.org

CPAN doc listing how to use this fine module to sidestep some of the restrictions in another fine cpan module. I swear perl has some neat modules out there.