Help for this page
# open my $pipe, '|-', 'pv -perlt | external-command' or die $!; my $pipe = *STDOUT{IO}; ... } close $pipe;