Help for this page

Select Code to Download


  1. or download this
    
    use Term::ANSIColor;
    ...
    
    print color 'reset';
    print "This is bold";
    
  2. or download this
    print color 'blink';
    print "This is blink\n\n";