I simply want to make a module so I can reuse a common header instead of manually changing each page. Under mod-perl how do you simply create a module that I can use/require/include that I can call a subroutine/function to generate some html based on the page you are on.
It works 5 out of 10 times. When it fails I get: [Fri Oct 25 14:24:05 2002] [error] Undefined subroutine &Apache::ROOTvirusmailcenter_2erolet_2ecom::index_2epl::DisplaySection called at /mnt/data1/www/htdocsM/mailcenter/index.pl line 410. or when I try to make a class it says that new was not defined. I have tried so many different things I am not sure what code to even send as an example. Any help would be great. -Bob