I am trying to access a custom developed perl module from a little cgi script in perl, but when I want to access a function from my module, apache tells me I tried to access an undefined subroutine.
Before all of you flame me, I exported my routines, I even tried to use the same module with a...