in reply to Re^2: Perl migration hp-ux -> Linux
in thread Perl migration hp-ux -> Linux

This line
open(STDOUT, '>','/dev/null') or die "Can't write to $prout: $!";
redirects STDOUT to /dev/null therefore all 'print' is redirected into /dev/null.