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...
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...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.