You could try using shell - the module tha allows you to use shell commands as subroutines. e.g:
use shell; $uptime = uptime(); print $uptime; 4:39pm up 20 days, 16:33, 6 users, load average: 0.41, 0.32, 0.00 Not sure it will help. A. On Thursday, May 16, 2002, at 03:32 PM, Mayank Ahuja wrote: > Hi All > > > I'm working on Unix (solaris) > I want to set the coredumpsize to 0 > > On shell (Csh) we run > limit coredumpsize 0 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]