Help for this page

Select Code to Download


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