Gossamer Forum
Home : General : Perl Programming :

custom sub not loading

Quote Reply
custom sub not loading
i have a file format.pl that contains sub html_admin_menu ...

i have a file members.pl that contains:
Code:
require format.pl

sub html_admin_menu ...

db.cgi is the executable script and requires members.pl

in the past i've included any customized versions of subs in format.pl in members.pl. this always overrode the sub in format. suddenly, this isn't working -- it keeps running the sub in format instead of members. i don't think i've changed anything... what could be causing this?
Subject Author Views Date
Thread custom sub not loading delicia 5193 Jan 21, 2021, 5:35 AM
Post Re: [delicia] custom sub not loading
delicia 5155 Jan 21, 2021, 5:49 AM
Thread Re: [delicia] custom sub not loading
Andy 5158 Jan 21, 2021, 7:51 AM
Thread Re: [Andy] custom sub not loading
delicia 5153 Jan 21, 2021, 7:55 AM
Thread Re: [delicia] custom sub not loading
Andy 5152 Jan 21, 2021, 8:05 AM
Thread Re: [Andy] custom sub not loading
delicia 5141 Jan 21, 2021, 8:56 AM
Thread Re: [delicia] custom sub not loading
Andy 5140 Jan 21, 2021, 9:00 AM
Thread Re: [Andy] custom sub not loading
delicia 5133 Jan 21, 2021, 9:06 AM
Thread Re: [delicia] custom sub not loading
Andy 5128 Jan 21, 2021, 9:16 AM
Thread Re: [Andy] custom sub not loading
delicia 5129 Jan 21, 2021, 9:22 AM
Post Re: [delicia] custom sub not loading
delicia 5110 Jan 21, 2021, 9:34 AM
Post Re: [delicia] custom sub not loading
Andy 5088 Jan 21, 2021, 10:17 PM