Hi all:
Eplsite(www.eplsite.org) is a good system to run as CGI but when running with mod_perl it will consume memory because it is using Execute with __PACKAGE__ The main file is called index.epl and it is executing some files containing subs, when i try to change the way to execute files like this: [- Execute ({inputfile => 'mainprogram.epl', import => 1 }); -] [- Execute ($theeplsitepath.'skins/'.$skin.'/colors.epl'); -] [- Execute ({inputfile => $theeplsitepath.'includes/subs.epl', import => 1}); -] and then i execute : Execute ({inputfile =>'modules/'.$main_module.'/news_module.epl'}); And now i try to call the subroutine theheader(contained int mainprogram.epl) from news_module.epl i allways get an error message " subroutine theheader not declared ". Please help me with this, it will be useful to do EplSite a better solution for everybody. Everybody could get a copy of EplSite(www.eplsite.org) and give some feedback. Thank you in advance for your great help. Carlos Kassab --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]