can someone explain to me in words what each thing is doing there.my @matches = grep { $file[$_] =~ /^\Q$storeline|\E/ } 0..$#file; no_match($storeline), return unless @matches; duped_ids($storeline), return if @matches > 1;
Edit kudra, 2002-06-10 Changed title
In reply to Code explanation needed (was: What does this mean) by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |