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 Wanet Telecoms Ltd 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. MakAtak

    increment totals across multiple input lines

    Thanks for that. could you explain what's being done on this line please? $myHash{$refNum}{$dupInd?"Dupes":"Originals"} += $numPages;
  2. MakAtak

    increment totals across multiple input lines

    Hi, I'm struggling with a perl script that increments totals and outputs values when a new ref number is encountered. my input looks something like: REC>0002>000046>18000 >TSOP>M>18000 000046>D0 REC>0006>000077>18000 >TSOP>M>18000 000046>D0 REC>0006>000077>18000 >TSOP>C>18000 000046>D0...
  3. MakAtak

    ParseExcel date fromat

    Thank you both for your help with this one, that works a treat! Have a star raklet!
  4. MakAtak

    ParseExcel date fromat

    raklet, thanks for pointing me in the direction of this thread. The bad news is that the input file is supplied by a client, which has to be re-formatted into a flat text file for further processing. To get them to change the date to a format that can be handled is a non-starter, as we...
  5. MakAtak

    ParseExcel date fromat

    Hi all, I have managed to take an excel spreadsheet and re-format the file as a delimited file using ParseExcel. The problem I have is that the dates in the input file are being re-formatted in the output file. The dates in the input file are in this format: 01/06/1976 When I use "print...

Part and Inventory Search

Back
Top