Why is this crashing??? Something seems to be very buggy here.foreach $i (@allc) { chomp($i); if($i eq "aa\@xx.com") { next; } else { if($who =~ $i) { print qq(one $i); } else { print qq($i); } } }
2003-06-10 edit ybiC: <code> and <tt> tags
In reply to foreach loop bug by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |