Help for this page
use strict; use warnings; ... my $_fh_ref = shift; open($_fh_ref, "|sort") or die $!; }
child : yes parent : no print() on unopened filehandle FH at fork_fh.pl line 17. print() on unopened filehandle FH at fork_fh.pl line 18.