Help for this page
# example with IPC via pipe use strict; ... error { die "That's all folks\n"; };
# This forks implicitly my $child_pid = open my $child_fh, '-|'; ... exit; }