Help for this page

Select Code to Download


  1. or download this
    sub insert_text {
       local($_) = <LOG>;          # process 1 waiting line
    ...
          $text->insert('end', $_);
       }
    }