Help for this page

Select Code to Download


  1. or download this
    sub open {
       my $browse = $t->getOpenFile(-title => "Browse For A File!");
    ...
          }
       }
    }
    
  2. or download this
      use Term::ANSIColor; 
      $red = color('red');  # Retrieve color codes
      $bold = color('bold');
      $wid->insert('end', "$red red text $bold with bold\n");
    
  3. or download this
    $wid->insert("end", $red $_);