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 TouchToneTommy 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: Neomalfoy
  • Content: Threads
  • Order by date
  1. Neomalfoy

    Problem reading cookie for cart

    I've tried to figure this out for the past few days and I need other eyes looking at it besides me because I can't locate where I am going wrong with this script. [I can't use sessions, this has to be done with cookies.] The script creates the cookies when items are added to an items array...
  2. Neomalfoy

    Synchronization problem on different computer

    I have a master access 2007 db that I was given (I did not create the original master db) and I also have a replica of the db that was updated on a different computer. I am trying to synchronize the replica with the master. I though I could get the replica to find the master by using the recover...
  3. Neomalfoy

    Remove word from phrase, logical OR problem?

    The script is partially working. It should read in a list of words in the form word_word (or word_word_word etc. eventually), splits on the underscore and if a stopword is found for either position then it won't be in the new list created. This works for stopwords in the first position but...
  4. Neomalfoy

    Possible to assign value of range to a variable?

    foreach $textline (@text){ #for everyline in the test file $_ = $textline; if(/(Position\:|Direct-Hire Position)\s+/g ... /\s+(.*\n.*)/g){ $result = $1; chomp($result); $result =~ s/\s+/ /g; # return "$result "; next; print OUTFILE1 "$result "; next...
  5. Neomalfoy

    Regex subroutine/files in dir

    I have two problems a) I am trying to apply a subroutine to each file in a dir, and the subroutine only prints the result for the first file in the dir for all the files. rfiles/msg00068.txt Location: TX Title: Analog IC Engineer - PLL BiCMOS Salary: $90k - $135 + bonus + stock opt's...

Part and Inventory Search

Back
Top