in reply to Re: using modules already 'used' (part 2)
in thread using modules already 'used' (part 2)

I can't quite grasp the purpose for such a 'wrapper'

I was using CGI in several modules used by several scripts. The two main issues were:

Because these modules developed organically, there was no clear structure. I didn't want to have to do a lot of re-writing to solve the issues, so creating one shared object quickly solved the problem and (hopefully) future problems.

cLive ;-)

--
seek(JOB,$$LA,0);

  • Comment on Re: Re: using modules already 'used' (part 2)