Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 77920
  • Order by date
  1. 77920

    Assistance i'm looking for

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

    Compare Files In Directories by Versions

    yes its a 10.2.0.1 etc. 10.2.30.0 is an example of a program version is this an easy task?
  3. 77920

    Compare Files In Directories by Versions

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

    Compare Files In Directories by Versions

    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.

Part and Inventory Search

Back
Top