Help for this page

Select Code to Download


  1. or download this
    
    ##################
    ...
      release (DATABASE);
      close (DATABASE);
    
  2. or download this
     MENUITEM: for ($ndx=0; $ndx<= $#menuitems; $ndx++) {
        ($fid,$fmenu_type,$fmenu_show,$fmenu_filename,
    ...
          last MENUITEM;
        }
      }
    
  3. or download this
        last if ($fid eq $info{'m_id'});
    
  4. or download this
      $swap=false;
      if ($m_action eq "moveup" && $ndx != 0) {
    ...
        $tondx = $ndx + 1;
        $swap=true;
      }