I have a great perl script I use to untar/unzip a tarball of a file, then correlate a dozen+ files for smart troubleshooting of a NAS system. Now people want to see a version for windows =/
I am Linux savvy, rookie to Perl and not at all comfortable with scripting for windows.
The snags I see are: (1) install location of perl (2) I rely on output from grep and find (3) potential snags between versions - XP,Vista?,7,2k3,2k8.
No luck so far w/Cygwin, or Windows version of find. I have ActivePerl installed on Windows 7.
Thoughts?