On Wed, 2003-09-24 at 16:44, Frantzcy Paisible wrote: > ScriptB will break on "Undefined subroutine > &Apache::ROOT::cgi_2dbin::ScriptB_2ecgi::read_query_string"
http://perl.apache.org/docs/1.0/guide/porting.html#Name_collisions_with_Modules_and_libs You need to make your perl4-style .lib files into real perl5 modules with package declarations. - Perrin