![]() |
|
Think about Loose Coupling | |
PerlMonks |
Text comparisonsby ScarryJerry (Initiate) |
on Mar 24, 2004 at 19:15 UTC ( #339518=perlquestion: print w/replies, xml ) | Need Help?? |
ScarryJerry has asked for the wisdom of the Perl Monks concerning the following question: I am new to Perl. I have a list of strings (function names) that I am tring to get a count of in source files. I have the function names in a list and I read the source file into antoher list. I have tried various ways of comparing them , for example or
Either way I always get a value of 0 for the counter. Any suggestions as to what I am doing wrong ? TIA ! Jerry
Back to
Seekers of Perl Wisdom
|
|