Hi,
On Thu, 8 Sep 2011 16:00:43 +0000
"Zhu, Qichao" <[email protected]> wrote:
> Hi
>
> There are two arrays
>
> @a = [[a,b,c]...[d,e]...[f]...[g,h]...]
> @b = [[...],[...,a,..,c,...,b...],[d],[e],[g...h]...]
>
I don't understand this notation. Are these arrays of arrays?
> How can I make an arithmetic to detected that.
> if (element of array @a include by the element of array @b one time){
Maybe read "perldoc -q contain".
Regards,
Shlomi Fish
> True;
> Else {
> False ;
> }
> ****************************************************************************************
> Note: If the reader of this message is not the intended recipient, or an
> employee or agent responsible for delivering this message to the intended
> recipient, you are hereby notified that any dissemination, distribution or
> copying of this communication is strictly prohibited. If you have received
> this communication in error, please notify us immediately by replying to the
> message and deleting it from your computer. Thank you.
> ****************************************************************************************
--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
Apple Inc. is Evil - http://www.shlomifish.org/open-source/anti/apple/
:)-<
+--
— Moses the Smiley by Shlomi Fish
Please reply to list if it's a mailing list post - http://shlom.in/reply .
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/