in reply to Terminal portability

You can copy the code from the modules into your code and not use the module. (If you do so, please respect the copyrights that may be on said modules.)

Personally I would see no good reason to avoid using modules for this problem if the modules work.

Replies are listed 'Best First'.
Re^2: Terminal portability
by cog (Parson) on Apr 11, 2005 at 09:04 UTC
    I would see no good reason to avoid using modules

    I just don't like to use modules when I'm doing something like a japh :-)