Help for this page

Select Code to Download


  1. or download this
        if ($view){
                $view->packForget;
    }
    
  2. or download this
    ($view) = grep{$_->name eq 'frame'} $$top->children;
        
    if ($view){
            $view->packForget;
        }