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: *

  1. MichaelsPerlServices

    string matching

    Hello keid, Can you please post the first few lines of a file with several curves in it? The number of lines you can read in a similar way as you split the data. E.g. you can do it like this: my $first = shift @content; # remove 1st line my ($dummy, $num) = split/curve_id_num/...
  2. MichaelsPerlServices

    string matching

    Hi keid, Please find one way to do it below. The basic idea is to read in everything first from data.txt and to throw away lines which we know aren't data. The key for you is marked in line # A. $content contains, e.g., "1 4" as the first element. I split it here into a list with just two...
  3. MichaelsPerlServices

    Job Going Away - Need Advice

    Hello Mark, A few things. 1) Don't panic. Easier said than done, but I've been in a comparable situation before. It's important to keep a clear mind. Hurting feelings, doubts and all this is normal. It has it's time. Than, next step, use your clear mind again. Remember how you felt when you...

Part and Inventory Search

Back
Top