Re: How to set system limit through perl

2005-04-21 Thread Paul Johnson
On Thu, Apr 21, 2005 at 06:36:26PM +0530, Ankur Gupta wrote: > I can set limit on coredumpsize, stacksize, etc. using the limit command. > > limit coredumpsize 2048 > > But how can I do the same thing from a perl script? > > I tried Shell::Source but I guess its only for inherting environment.

How to set system limit through perl

2005-04-21 Thread Ankur Gupta
Hi, I can set limit on coredumpsize, stacksize, etc. using the limit command. limit coredumpsize 2048 But how can I do the same thing from a perl script? I tried Shell::Source but I guess its only for inherting environment. TIA. --Ankur -- To unsubscribe, e-mail: [EMAIL PROTECTED] For a