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: babs
  • Order by date
  1. babs

    I need to concatenate two files

    Hi, I am trying to write a perl script to take two files and make it into one file. The first file has record types 1-9. The nine record has the total record count for the file. The second file has record types 1-9. The nine record should have the totals of both files. This is some of my...
  2. babs

    I need to concatenate two files

    Hi, I need to take two files and make one file. The first record has records 1-9; the second record has records 1-9. How can I write this in Perl to have the total for the first file follow the eight record and the second file 1-9 records to follow with its total. I hope this is clear. Thanks...
  3. babs

    How can I concatenate files

    I am a novice in writing Perl script. How can I concatenate two files. The files are created in separate runs. I need to send the files out as one file. Thanks for your time and help in advance. Babs
  4. babs

    Perl rookie - I need help

    Hi, I AM A PERL NOVICE. I HAVE THIS PROJECT TO WRITE A PERL PROGRAM TO CONCATENATE TWO FILES. THE FILE ARE CREATED IN SEPARATE PROGRAMS. HOW CAN I WRITE PERL CODE TO CONCATENATE THESE FILES INTO ONE FILE? THANKS IN ADVANCE FOR YOU TIME AND HELP. BABS
  5. babs

    PERL

    I am a novice in PERL. How do I write a PERL program to concatenate two files. The files are being created out of different programs. I appreciate you time and effort in advance. Thanks BABS
  6. babs

    Verifying Fields

    Thanks for these suggestions. I want to give little more information about my problem. The input field is 16 positions long. The field is left justify with trailing spaces. The first digit must be a '3' and not less than 10 positions. The number of invoices per check cannot exceeds 99. Also, if...
  7. babs

    Verifying Fields

    How do I validate the first digit in a field with ten positions, as well as validate that the input is not less than ten digits?

Part and Inventory Search

Back
Top