Home : General : Perl Programming :

General: Perl Programming: Re: [Andy] custom sub not loading: Edit Log

Here is the list of edits for this post
Re: [Andy] custom sub not loading
i think you've got it. or maybe you have it backwards.

1. db.cgi calls members.pl
2. at the beginning of members, format is required
3. format has sub html_admin_menu
4. members.pl also has a sub html_admin_menu AFTER the require format.pl statement

there are other duplicate subs where i have customized. this is the only one that isn't working.

Last edited by:

delicia: Jan 21, 2021, 9:07 AM

Edit Log: