I am trying to get certain information from .LOG files
currently running this which when i execute it to CMD it spams my screen of everything it reads from the array.
#!/usr/bin/perl
use strict;
open(MYINPUTFILE, "<03290232.LOG");# open for input
my(@lines) = <MYINPUTFILE>; # read file into...
I'm looking to target the file version of a .exe
some of the applications we use here have upgrades and files have been mixed and matched etc.
So we want to get an accurate comparrison on the directories for which files need to be updated.
My question is does perl have the capability to scan directories and compare a .exe file version # based off of a defined version # if anyone would be so kind to help i'd appreciate it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.