Help for this page

Select Code to Download


  1. or download this
    [#####################################################################
    +#### 
    # Begins a new form
    ...
    
    . . .
    
  2. or download this
    [# Import all functions from the controls library into script #]
    [* Execute ({ inputfile => '_controls_lib.epl', import => 1 }) *]
    ...
        form_buttons();
        end_form();
    *]
    
  3. or download this
    package LibControls;
     
    ...
    }
    
    1;
    
  4. or download this
    [!    use LibControls qw( begin_form, textinput, form_buttons, end_for
    +m ) !]
    
    ...
        end_form();
    *]
    <