Re: [問題] get the same elements

看板Perl作者 (布丁珍奶加椰果)時間21年前 (2003/03/25 09:17), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/4 (看更多)
※ 引述《easy1 ( ~_~ !)》之銘言: : @a = qw/a b c d e f/; : @b = qw/a c g h f d b/; : how can I get the same elements in @a and @b ? foreach $i (@a){ push @c, grep($i eq $_, @b);} -- ※ 發信站: 批踢踢實業坊(ptt.csie.ntu.edu.tw) ◆ From: 140.112.30.172
文章代碼(AID): #-Vwv2Hi (Perl)
文章代碼(AID): #-Vwv2Hi (Perl)