Help for this page

Select Code to Download


  1. or download this
    open(PID, "/proc/$$/statm");
    return (split(' ', <PID>))[5] * 4;
    
  2. or download this
    my $handling = 0;
    sub DB::sub {
    ...
        $handling = 0;
        return &$DB::sub;
    }