http://www.perlmonks.org?node_id=677841


in reply to Re: ulimit output?
in thread ulimit output?

Your first example doesn't work for me:

perl -e 'print qx/ulimit -n 2>&1/;'

prints nothing.

Update: Well, you update faster than I complain. Your new first example is dandy! ;-)