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