Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in concatenation (.) or string at C:/strawb
    +erry/perl/site/lib/XML/Stream.pm line 1439.
    Use of uninitialized value in hash element at C:/strawberry/perl/site/
    +lib/XML/Stream.pm line 1440.
    ...
    Use of uninitialized value in hash element at C:/strawberry/perl/site/
    +lib/XML/Stream.pm line 1443.
    
    ....
    
  2. or download this
    use Win32::GUI();
    use Net::XMPP;
    use feature 'say';
    ...
        $wnd->messages->Text($wnd->messages->Text() . "[me]   $msg\r\n");
        $wnd->new_message->Text('');
    }