I'm not good with perl but I've been told that I have to make this project in perl. Sorry for all of the questions.
Here is my question: Is there a way in PERL to determine if a string is in an array? Basically search an array for a string?
Is $string in @array1?Code:@array1 = ("Bnn","Cnn","Dnn"); $string = "Cnn";


LinkBack URL
About LinkBacks




Reply With Quote



Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum