Hello, I'm not a Perl guru so I (still) have problems :-) I use the following date structure, quite "classic" : a list of lists. I have two instances of this structure, let's take a simple example :
list 1 : [ [toto,tata],[toto,titi] ] list 2 : [ [toto,tutu],[tata,titi],[toto,titi] ] My question is : is there an efficient way to make this kind of research : I want to know if [toto,titi] from list 1 is present in list 2. Thanks for help. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>