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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nogs

  1. nogs

    PC required with English and Japanese Keyboard option

    Thanks for your help ceh4702 and Kim, A question for Kim - If I were to get a laptop with XP and a seperate Japanese Keyboard could I then setup two users on XP, one of which would be Japanese and therefore default to that language when the user logs on? Nogs [ponder]
  2. nogs

    Pattern Matching Problem

    Thanks Mike had to change a few little things but that works great, my only question is how does your script pick out the chunks of data from the selected lines?? Nogs [ponder]
  3. nogs

    PC required with English and Japanese Keyboard option

    Does anyone know if it is possible to get a laptop which has the option of japanese language as well as english?? A japanese keyboard will also be needed? Does anyone know where I can obtain a Japanese keyboard in England/UK? Nogs [ponder]
  4. nogs

    writing a module

    Hello varocho this seems as good a place any; http://www.cpan.org/modules/index.html Nogs [ponder]
  5. nogs

    wondering about HASH(0x80d1eac)

    Hello Eclipse does this help at all; foreach $i (keys %inputs){ print &quot;$i => $inputs{$i} <br>&quot;; Nogs [ponder]
  6. nogs

    Pattern Matching Problem

    Hello Mike good to hear from you again.. here is some of the input file I am using; Company Code : PY ANY CO LIMITED Product Code : 3400025 NIBLETS ORIGINAL 12X198G Product Type : GG BLUE DWARF Shelf Life : 208 Weeks...
  7. nogs

    Pattern Matching Problem

    I am trying to strip 2 strings from a file and then add select parts of them together, for some reason the output is being duplicated any ideas?? Here is some of the script I am using; open (TMP, &quot;c:/mysql/data/sbmtmp.txt&quot;) or die &quot;Cannot open output.txt for read :$!&quot...
  8. nogs

    Text manipulation help

    tanderso the file I want to extract the data from has in it summaries of product codes which can be 6 lines long for each product, the data I require is within 2 lines one begins with Product Code and one with PALLETS. I think it would be easier at this point to join together the two lines for...
  9. nogs

    Text manipulation help

    Tanderso from a report I want to extract lines beginning with two different criteria where these are found I want to then join them and carry on looking for more occurances to add together. Once I have all of the lines joined I want to select from the lines (using substr - I think) and upload...
  10. nogs

    Text manipulation help

    From a report we use I am trying to select lines join the two lines together - I then need to select chunks from the joined up line to upload to mysql , this is as far as I have got can anyone help?? $se1 = if '^Product Code :'; $se2 = if '^PALLETS '; while (<FILE>) { print...
  11. nogs

    Grand Total error

    Hello Kenhamady the total is too low. Nogs [ponder]
  12. nogs

    Grand Total error

    On a report we are running we are getting errors with a grant total being incorrect. When the same figures are read into excel the grand total is correct - any ideas what we could be doing wrong? Nogs [ponder]
  13. nogs

    IE 5 password problem

    Hello win98user I tried all you suggested... It still asks for a password!!!!!!!!!!!!!!!!!!!!!!!!!! Nogs [ponder]
  14. nogs

    IE 5 password problem

    Hi Win98user I check marked the &quot;prompt me to save passwords&quot; box? It is a company intranet site with the problem - they only have access to this. The &quot;Empty temporary internet files folder when browser is closed&quot; isnt checked. Still asking for the passwords. Nogs [ponder]
  15. nogs

    IE 5 password problem

    Win98 user Here are the answers to your questions; There is only 1 user setup for the PC We are on a network, using tcp/ip on a unix lan/wan. Client for Microsoft networks Company Intranet Cookies are enabled. Thanks for taking the time... Nogs [ponder]

Part and Inventory Search

Back
Top