Help for this page

Select Code to Download


  1. or download this
    sub DisplayFields {
        my ($screen,$screenname,$tabdata,$fields) = @_;
    ...
            }
        }
    }
    
  2. or download this
    sub CoreModuleInfoTabEdit {
        my($module,$tabdata,$screen) = @_;
    ...
            end_table        =>    ['','end_table',''],
        ]);
    }