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...
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.