Help for this page

Select Code to Download


  1. or download this
      ...
      print "\nbefore deallocating the huge hash\n" . qx {ps -o rss $$};
      undef %x;
      print "\nafter deallocating the huge hash\n" . qx {ps -o rss $$};
      ...
    
  2. or download this
    Initial size:
      RSS
    ...
    after the huge hash goes out of scope
      RSS
    12020