perlperl wrote:
> Has anyone seen "not enough space" error while executing command in
> perl scrip
>
> $processid = open OUT, "$cmd 2>&1 |" or die "$!" ;
>
> is there any restriction on maximum number of process running on
> solaris?
>
>
The normal error message is, "too many processes" Th
Has anyone seen "not enough space" error while executing command in
perl scrip
$processid = open OUT, "$cmd 2>&1 |" or die "$!" ;
is there any restriction on maximum number of process running on
solaris?
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-ma