One way to diff the same subroutine name in different modules is using full package name. For example,both package APACK and package BPACK have the same subroutine "mytest()",then you can call them independently by:
APACK::mytest(); BPACK::mytest(); It wouldn't make the conflict. Maybe I'm understanding your meanings.Then you'd best to paste your codes as a sample here. -- Jeff Pang EMAIL: [EMAIL PROTECTED] AIM: jeffpang -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/