Help for this page

Select Code to Download


  1. 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
    
  2. or download this
    my $contents;
    open(my $fh, '<', 'control_report_file') or die "cannot open file cont
    +rol_report_file $!";
    ...
       $contents = <$fh>;
    }
    close($fh);
    
  3. or download this
    bash-2.00$ perl test.pl
    Out of memory!