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 Chriss Miller 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 jos11

  1. jos11

    Help needed for a beginner

    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.
  2. jos11

    Help needed for a beginner

    Thanks everyone I will try this and give you an update on this Many thanks again !
  3. jos11

    Help needed for a beginner

    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...
  4. jos11

    Help needed for a beginner

    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...
  5. jos11

    Help needed for a beginner

    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...

Part and Inventory Search

Back
Top