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 Mike Lewis 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: *

  1. newperluser

    using xcopy in a perl script

    Does anyone know how I can use xcopy in a perl script? I have a file I'd like to make a copy and save it to a different location (several different servers actually). In a cmd file I've used something like: xcopy filename.txt \\newlocation\filename.txt Very simple, but I can't seem to find a...
  2. newperluser

    find / replace vaules in a file

    Thanks Kevin! that works like magic!
  3. newperluser

    find / replace vaules in a file

    I'm new to PERL so please forgive me if this seem like a silly question.. I need to open a file and parse throgh it replacing one value with another I'm thinking something like this sould work .. but it does not if (open TESTFILE, "testfile.txt") { while(<TESTFILE>) if (/oldvalue/) {...

Part and Inventory Search

Back
Top