I got this errors
Can't locate File/Readbackwards.pm in @INC (@INC contains: /etc/perl /usr/local/
lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/
lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at compare_2.pl lin
e 7.
Yes I’m looking for the last instance of “dd” and “ff” into the log file. Btw the reference file can change that’s why I use file to store those entries.
Exactly I need to perform the following operation:
1.00e+006 >= 6.00e-006 = true/false
5.38e+003 <= 1.00e-006 = true/false
The...
I was planning to use some array to store the information and process them. Another approach is to do a pattern matching and value compare …
Not sure wish one is the best approach for my project.
open (REFERENCE,"<$reference.txt")
|| die "Can't open $reference.txt $!";
open...
I’m a beginner on Perl programming and I spend a few hours to find some information about how to read 2 file and parse them together
The first file is the log file containing some values, the second file is the reference file used to find the variable and compare the value on the log file (my...
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.