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 bkrike 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
  • Content: Threads
  • 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

    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