Help for this page

Select Code to Download


  1. or download this
    
    sub DEFAULT_FIELD { textfield(shift, "", 60) }
    
  2. or download this
    
    print table({ Border => 1, Cellpadding => 5 },
    ...
            td(($_->[2] || \&DEFAULT_FIELD)->($_->[0]))
        )} @info
    );