Help for this page

Select Code to Download


  1. or download this
    $chat_buffer->signal_connect(insert_text => sub {
            $chat_textview->scroll_to_mark( $chat_buffer->get_mark('end'),
    + 0.0, TRUE, 0, 0.5 );
        });
    
  2. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
        
        print "<$them> $msg\n";
    }