http://qs1969.pair.com?node_id=42940


in reply to how to use several modules by default?

Setting that up in your environment won't help others who are invoking your programs. I suggest you get a text editor that has a templating feature. I could suggest a very popular one, but then we'd start a religious war here. {grin}

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: how to use several modules by default?

Replies are listed 'Best First'.
Re: Re: how to use several modules by default?
by Anonymous Monk on Nov 23, 2000 at 16:47 UTC
    >Setting that up in your environment won't help others who are invoking your programs.

    Unless you're serious about having `debug' and `release' versions of your programs. In theory, there shouldn't be any need for non-developing users to activate strictness or diagnostics, or even warnings, right? In practice, it won't hurt them to have to do this manually anyway.

    IMHO, of course.