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 Mike Lewis 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: wwq
  • Order by date
  1. wwq

    Perl: How to perfectly match specific data between two files and do comparison?

    I have two files (File A & File B) in same format as below. I would like to match certain pattern of data from both files and do matching. My coding below used very long time to generate result. Other than that, It is wrong somewhere which cause incomplete extraction. Any alternative methods or...
  2. wwq

    Perl: How to print unmatched data after comparison of two files?

    Thanks Feherke. =)
  3. wwq

    Perl: How to print unmatched data after comparison of two files?

    I have two files here (file 1 & file 2). I would like to match name in bold as shown below from both files. However I need to print those unmatched data in file 1 format. I have been trying the code below but it is not the result I want. How to print those unmatched data in file 1 format after...
  4. wwq

    how to do matrix match and interpolation in perl?

    Hi, I am a newbie to perl. I have two files and I want to match pattern from both to do interpolation calculation. So far I have been trying the code below. It cannot work. I have no idea and please help.. my @array1 = <FILE1>; my $i=0; my $line, my @array2 = <FILE2>; my $x,$y; $x = 10; $y =...

Part and Inventory Search

Back
Top