in reply to getting more resource from perl

You want your program to get access to more resources by issuing some non-OS-command in your program? No, you can't do this.

Replies are listed 'Best First'.
Re^2: getting more resource from perl
by ikegami (Patriarch) on Nov 09, 2005 at 16:07 UTC
    In unix terminology, "command" means executable. You're thinking of system calls. Basically, the OP wants a function or module that does the same as nice. It would have been nice if had specified the OS on which this script will run.