Help for this page

Select Code to Download


  1. or download this
    clean_db => \&clean_db_h,
    
  2. or download this
    sub clean_db_h {
    
    ...
      # next clean in 3600 sec
      $_[KERNEL]->delay( clean_db => 3600);
    };