in reply to Re: Using a package into script
in thread Using a package into script

Thanks for response. I thought about it but, in my mind, it will be more clear to release foregoing code in the various modules, isn't it?
      
--------------------------------
SV* sv_bless(SV* sv, HV* stash);

Replies are listed 'Best First'.
Re: Re: Re: Using a package into script
by broquaint (Abbot) on May 07, 2003 at 14:01 UTC
    Yes, putting your packages into distinct modules is generally a good way to go as you get compartmentalization and all the sort of thing, and it's pretty much the done thing in the perl community (just look at the code on the CPAN). Usually when you have multiple package declarations, it's for reasons cfreak listed and others.
    HTH

    _________
    broquaint