Help for this page

Select Code to Download


  1. or download this
     sub _start_handler {
        $_[HEAP]{ts_start} = time();
      }
    
  2. or download this
    $_[HEAP]{ts_start} = time();
    
  3. or download this
    $_[HEAP]->{ts_start} = time();