in reply to Ulimit makes program hang
and it worked as expected.#!/usr/bin/perl -wl select STDERR; $|=1; print $$; sleep 1; print qx(./theProgram);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Ulimit makes program hang
by Anonymous Monk on Aug 13, 2008 at 16:51 UTC |