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 TouchToneTommy 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: CoryMa2c
  • Content: Threads
  • Order by date
  1. CoryMa2c

    Windows Executable and Merging Files

    Hello, I have two questions. The first is pretty easy: How can I make a perl script an executable file for windows so that I wouldn't need to install perl on the computer the script is going to be run? Second, I need to merge two files together (append). One is pretty large (36 MB) and the...
  2. CoryMa2c

    Checking Files on Remote Servers

    Hello, I am trying to get a file listing of a directory on a remote server. Right now I am using File::Find:name, which works great on the local computer, but always produces an error message for each file it lists on the remote server. I don't have the error message in front of me, but it says...
  3. CoryMa2c

    Compare 2 files for matching lines, output non matches

    Hello, I am running into a little issue. What I am trying to accomplish is to compare two files and find which lines don't match. The problem is that the lines may not be in the same order. And the files may be too big for an array (not sure). Basically: ## Some command outputs...

Part and Inventory Search

Back
Top