% perl -MIPC::Open2 -de0 DB<1> $rc = open2($rdr, $wtr, "cat -nu") open2: wtr should not be null at (eval 3) line 2 The check I used to make there is no longer relevant now that we autovivify undeffed filehandles. open3 needs a similar fix. --tom