dgaramond2 has asked for the wisdom of the Perl Monks concerning the following question:

Has anyone encounter a Perl module to interface with getrlimit/setrlimit syscalls? Found none on CPAN.

Replies are listed 'Best First'.
Re: Interface to getrlimit/setrlimit?
by tirwhan (Abbot) on Mar 16, 2006 at 11:05 UTC

    Hmm, how did you search? A simple query for "rlimit" or "getrlimit" comes up with BSD::Resource at the top of the list, which is the module to use for this.


    All dogma is stupid.
      Ah thanks. I was just using m /limit/ from the CPAN command-line prompt. Doh...