Re: Multiple file perl program

2007-07-21 Thread horizxon
On Jul 19, 11:01 am, [EMAIL PROTECTED] wrote: > How do I write a multiple file perl program? I dont want to conflict > with any real module names that were built in or are on CPAN. I just > want to spread some subs onto some other files. Thanks. The conflicting names were not as big a deal. The n

RE: Multiple file perl program

2007-07-20 Thread Thomas Bätzler
<[EMAIL PROTECTED]> asked: > How do I write a multiple file perl program? I dont want to > conflict with any real module names that were built in or are > on CPAN. I just want to spread some subs onto some other files. Just choose a suitable namespace prefix like Local:: or your company Name fo

Re: Multiple file perl program

2007-07-19 Thread Chas Owens
On 7/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: How do I write a multiple file perl program? I dont want to conflict with any real module names that were built in or are on CPAN. I just want to spread some subs onto some other files. The easiest way to avoid namespace conflict is to i