bash$ ulimit -n 256 bash$ perl -e '$foo = `ulimit -n`; print $foo;' bash$