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 Chris Miller 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. domanicap

    how to construct a simple FIND and REPLACE script

    this is the code i'm using by the way: #!/usr/bin/perl ####################################### ##### PUT THE DIRECTORY YOU WANT TO START THE ADD REPLACE FUNCTION ##### NO TRAILING SLASH ####################################### $startDirectory = "/mydirectory"...
  2. domanicap

    how to construct a simple FIND and REPLACE script

    to clarify, i can do a simple search and replace BUT the problem i'm having is the space in between the 2 sets of numbers in my unique string to search for
  3. domanicap

    how to construct a simple FIND and REPLACE script

    Here's what I'm trying to accomplish. (Pardon the simplicity of my request, but I'm not very good at perl yet...) I have a very large space (20+ mb) delimited text file that looks something like this 20510 78136 77936 78133 etc... 20626 78114 78115 78116 etc... And I'd like to find a little...
  4. domanicap

    how to split columns in database, and transpose the columns and rows

    excellent, thanks! how about a simple line to transpose the data? thanks
  5. domanicap

    how to split columns in database, and transpose the columns and rows

    This is really 2 separate questions. I'm trying to write a PERL script that can do this: 1) take the following spreadsheet ID 3423_3499 2324-5839 1 A_A B_B 2 A_B A_A 3 A_B A_B and convert it to this: ID 3423 3499 2324 5839 1 A A B B 2 A B A A 3 A...
  6. domanicap

    access SQL query help... complex for me, simple for you??

    Hello, I'm wondering if you can advise me on how to accomplish this ms access SQL query. The data is from a simple memory task where people sit in front of the computer and see a string of letters flashed in front of them (i.e. VCBDLIWE) briefly, then they are shown one letter (i.e. I) and they...

Part and Inventory Search

Back
Top