Help for this page

Select Code to Download


  1. or download this
    {
       my @command = ($0,@ARGV);
       $Window->command(?@command?);
    }
    
  2. or download this
    #...
    sub initWindow {
    ...
        $Window = MainWindow->new(-title  => "Perlmonks Chat");
        $Window->group($Window);
    #...         ^^^^^^