in reply to Advice/help with beginner script (file sorting, execute command line command)

A quick starting point for further research would be to read the docs for any of the File::* modules (both CORE and CPAN) that have an interesting title for you. That should entail a bit of reading, but you should also get a lot of ideas for what you can do. Given that you are on a Windows box, you almost have to use those modules anyway to achieve any sort of cross-platform compatibility.

It helps to remember that the primary goal is to drain the swamp even when you are hip-deep in alligators.
  • Comment on Re: Advice/help with beginner script (file sorting, execute command line command)
  • Download Code