Help for this page

Select Code to Download


  1. or download this
    use IPC::Open3 qw( open3 );
    
    ...
    
    my $pid1 = launch_in_background('prog', 'file1');
    my $pid2 = launch_in_background('prog', 'file2');