Help for this page

Select Code to Download


  1. or download this
    my @test = qw( fake -b -v 5);
    use IPC::Run qw(run);
    
  2. or download this
    run \@tester, \$in, \$out;
    run \@tester, '>pty>', \$in, '>pty>', \$out;