in reply to Re^4: using colors with print()
in thread using colors with print()

  1. Why not modular? Modules tend to be working, tested and stable.
  2. You do understand RTFS (it's no more than a handful of lines)?
  3. There is no reason why you can't Cut and Paste what you want?

If installing modules seems problematic see A Guide to Installing Modules. If you for some reason want to inline the code or write your own functions a Module that does stuff you want is generally a good place to start your R&D (Rip-off & Duplication ;-)

cheers

tachyon

Replies are listed 'Best First'.
Re^6: using colors with print()
by drwxrwxrwx (Novice) on Jun 21, 2004 at 09:36 UTC
    the code that i'm building needs some modules to install i don't want to add other modules (that need an installation).