A small correction (thanks to Carlos Diaz)

> Isn't shis code supposed to read the first line of the @input array then
> read the first line of the @blacklist array, see if the $line contains a
> $cond and then ptrint "true". After that it should carry on with the second
> line from both arrays....

I want every line of the @input array to be checked with all the lines from 
the @blacklist array.

Get first line from @input
Cycle through @blacklist -> If sth. matches, do something
Get second line from @input
Cycle through @blacklist -> If sth. matches, do something
[...etc...]


Greeting, philipp


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to