Help for this page

Select Code to Download


  1. or download this
    open my $fh, '| command' or die $!;
    
  2. or download this
    my @command = qw/downstream_process -a option1 -b option2 -etc/;
    
    my pid = open( my $fh, '|-', @command ) or die $!;