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 5247 Jan 21, 2021, 5:35 AM
Post Re: [delicia] custom sub not loading
delicia 5207 Jan 21, 2021, 5:49 AM
Thread Re: [delicia] custom sub not loading
Andy 5210 Jan 21, 2021, 7:51 AM
Thread Re: [Andy] custom sub not loading
delicia 5205 Jan 21, 2021, 7:55 AM
Thread Re: [delicia] custom sub not loading
Andy 5204 Jan 21, 2021, 8:05 AM
Thread Re: [Andy] custom sub not loading
delicia 5193 Jan 21, 2021, 8:56 AM
Thread Re: [delicia] custom sub not loading
Andy 5192 Jan 21, 2021, 9:00 AM
Thread Re: [Andy] custom sub not loading
delicia 5185 Jan 21, 2021, 9:06 AM
Thread Re: [delicia] custom sub not loading
Andy 5180 Jan 21, 2021, 9:16 AM
Thread Re: [Andy] custom sub not loading
delicia 5181 Jan 21, 2021, 9:22 AM
Post Re: [delicia] custom sub not loading
delicia 5162 Jan 21, 2021, 9:34 AM
Post Re: [delicia] custom sub not loading
Andy 5140 Jan 21, 2021, 10:17 PM