>Except that you can test for failure by checking to see if $fh is defined.

Let your true be true and your false be false.

    open($fh, "<", $filename) || die;

--tom

Reply via email to