Help for this page

Select Code to Download


  1. or download this
    if ($query->param('safe_mode') eq 'true') {
         $$VARS{nodelets_off} = 1;
    ...
         $$VARS{nodelets_off} = 0;
    }
    
  2. or download this
            $query->checkbox("expires", "", "+10y", "save me a permanent c
    +ookie, cowboy!").                
            $query->submit("submit", "submit")
    
  3. or download this
            $query->checkbox("expires", "", "+10y", "save me a permanent c
    +ookie, cowboy!")."<br>".     
                    $query->checkbox("safe_mode", "", "true" ,"Nodelets Of
    +f.")."<br>". 
                    
            $query->submit("submit", "submit")