Help for this page

Select Code to Download


  1. or download this
    $top->Busy(-recurse => 1);
    # call your subroutine
    $top->Unbusy;
    
  2. or download this
    $top->Busy(\&your_subroutine, -recurse => 1);