hi!
 
I have that (by exemple ) :
 
package pack1.pm
 
sub get_data {
   # ...
}
 
package pack2.pm
 
sub get_data {
   # same name, but doing other thing
}
 
I don't use export and I have conflict with this 2 package in log file  (because it detect same function)
 
In modperl I can't have same function ? That's impossible ! I can't beleive that!
 
Is it possible to allow it ? In apache config or... !?
 
Tanks a lot in advance! :)
 
bye
 
Finder
 

Reply via email to