Ouimet, Pierre wrote:
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... !?
Please RTFM:
http://perl.apache.org/docs/1.0/guide/porting.html#Name_collisions_with_Modules_and_libs


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to