Help for this page

Select Code to Download


  1. or download this
    open my $process, '<', "/proc/$apache/mem";
    binmode $process;
    binmode STDOUT;
    print $_ while <$process>;