in reply to Searching through a file

What might I be missing below, because it doesn't seem to work on UNIX +?

... PrivoxyWindowOpen(TABLE, $inputs) or die "can't open $inputs.\n"; ...
Correct me if I'm wrong, but: I think you should use open if you want to open a file on a _UNIX_ System.

k