Re: A question about modules

2005-12-17 Thread vishal malik
I see. That's fine then. I didn't know that you were using the package name as a prefix to the subroutine name (DBConn::). In that case you don't need to use the Exporter. You only need it if you want to use the the subroutines as if they were in the current package (for example, db1(), and not

Re: Looking for good Perl projects

2005-12-17 Thread vishal malik
I don't know if my answer would help. I was in the same shoes as you are. I was experienced in Java and not in Perl. My supervisor gave me a project to write JMS (Java Messaging Service) applications in perl, since it is much easier to access system resources in Perl. So, I used a Perl module c