Hello,
I am a new Perl user (and generally an inexperienced programmer). For my work, we use very poorly-coded excel macros daily to execute tasks such as comparing the contents of two excel documents, making sure that excel documents contain certain information, and checking that files with specific file names reside in the correct Windows directories.
Some of these macros can take up to 15 minutes to run. It seems like these tasks should be computationally simple, and it's my instinct that it takes so long due to the fact that it's coded in Visual Basic. These macros were not coded by professional programmers, but by engineers who were only mildly experienced with VB.
Would it be likely that if these macros, doing the same tasks, would be faster to run if coded in Perl? I'm interested in taking on a project that would be useful and is within my scope as a beginning Perl programmer.