- or download this
bash-2.00$ uname
HP-UX
bash-2.00$ ulimit -a
...
cpu time (seconds) unlimited
max user processes 5001
virtual memory (kbytes) unlimited
- or download this
my $contents;
open(my $fh, '<', 'control_report_file') or die "cannot open file cont
+rol_report_file $!";
...
$contents = <$fh>;
}
close($fh);
- or download this
bash-2.00$ perl test.pl
Out of memory!