Help for this page

Select Code to Download


  1. or download this
    $detailLog->insert ('end', $_);
    # or $detailLog->insert ('end', $string);
    
  2. or download this
    $detailLog->delete("1.0", 'end');
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    {
        $detail_log->delete("1.0", 'end'); 
    }