Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
            -pady                =>    3);
    
    } # Closing initialize_step_selection()
    
  2. or download this
    sub modify_remove_step_dialog() {
    
    ...
        $MRSRmv->pack();
    
    }
    
  3. or download this
    # This subroutine will move the selected solution from the AvailListbo
    +x
    # to the SelectListbox
    ...
            $SelectListbox->delete($selIndex);
        }
    }