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

    Need some help parsing text

    I have strings of the form "CharNumCharCharChar", for example s5tgn, and I want to store the number, so for the example here I want to take s5tgn and store 5 in a variable. Does anyone know how to do this in Perl? Thanks!
  2. SensesFail

    Collecting Data from Multiple Files

    All files are in the same directory, and they are named as output0.txt, output1.txt, ..., output499.txt Thanks for the code KevinADC! I just have a few questions: Do I need to pass the name of each file to the program from the command line? And could you please briefly describe what the while...
  3. SensesFail

    Collecting Data from Multiple Files

    Hi, I have 500 different data files that each contain one line of text. I would like to open each file, grab the text and write it to another file, so that when I am finished, I will have all the lines of data stored in one file. Does anyone know of a way to accomplish this using Perl? Thank...

Part and Inventory Search

Back
Top