in reply to Re^4: Seek and Find
in thread Seek and Find
is totally wrong for me: read it two or more times in english to see what i mean.while (<CONTACT0>) { foreach $c (@cand){ foreach $_ {
Also if $c = $line[2] { is totally wrong: maybe you mean if ($c == $line[2]) { instead?
basic Perl documentation can be very helpful to learn control structure and loops.
If i'll still be awake after some duty i'll add some code.
L*
|
|---|